portfolio silver

This commit is contained in:
Julie Blanc 2026-04-11 20:56:53 +02:00
parent 044ce3f76b
commit e76d9ef0eb
2 changed files with 12 additions and 7 deletions

View file

@ -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{

View file

@ -274,9 +274,9 @@
--sign-color: var(--red);
}
[data-chapter="portfolio"]{
/* [data-chapter="portfolio"]{
--sign-color: var(--green);
--sign-color: white;
--sign-color: rgb(117, 47, 47);
page: portfolio;
break-before: left;
}
@ -284,8 +284,8 @@
@page portfolio{
--sign-color: var(--green);
--sign-color: white;
background-color: #000;
}
background-color: white;
} */
/* ------- TABLE OF CONTENTS --------- */
.toc{