portfolio silver
This commit is contained in:
parent
044ce3f76b
commit
e76d9ef0eb
2 changed files with 12 additions and 7 deletions
|
|
@ -6,6 +6,11 @@
|
|||
.portfolio{
|
||||
page: portfolio;
|
||||
--margin: 8mm;
|
||||
break-before: left;
|
||||
}
|
||||
|
||||
@page portfolio{
|
||||
background-color: var(--silver);
|
||||
}
|
||||
|
||||
@page portfolio:first{
|
||||
|
|
@ -17,7 +22,7 @@
|
|||
@top-left-corner { content: none; display: none; }
|
||||
}
|
||||
|
||||
@page portfolio:nth(2){
|
||||
@page portfolio :nth(2){
|
||||
|
||||
@top-left { content: none;}
|
||||
@top-right { content: none; }
|
||||
|
|
@ -32,7 +37,7 @@
|
|||
/* overflow: visible !important; */
|
||||
}
|
||||
|
||||
[data-chapter="portfolio"] p{
|
||||
/* [data-chapter="portfolio"] p{
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
|
|
@ -41,7 +46,7 @@
|
|||
background-color: black;
|
||||
color: white;
|
||||
padding: 0;
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
.portfolio .chapter-header{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue