Skip to content

Commit 3f1fc4f

Browse files
committed
style: 🎨 reorganize CSS variables and maintain button styles for consistency
1 parent fed845d commit 3f1fc4f

File tree

1 file changed

+36
-6
lines changed

1 file changed

+36
-6
lines changed

content/custom.css

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,38 @@
1-
.custom-btn-home{
2-
position: absolute;
3-
top: 1%;
4-
left: 1%;
1+
:root {
2+
--green: #057985; /* Verde */
3+
--burgundy: #9e0059; /* Bordo */
4+
--yellow: #ffec9b; /* Amarillo */
5+
--light-blue: #c0d6e1; /* Celeste */
6+
--cream: #ecece2; /* Crema */
7+
8+
--turquoise-green: #2ec4b6; /* Verde Turquesa */
9+
--pastel-orange: #f8d682; /* Naranja Pastel */
10+
--creamy-orange: #f6d7c5; /* Naranja Cremoso */
11+
--creamy-magenta: #f1dbe7; /* Magenta Cremoso */
512
}
6-
.custom-btn-home img{
7-
width: 3vh;
13+
14+
.custom-btn-home {
15+
position: absolute;
16+
top: 1%;
17+
left: 1%;
18+
}
19+
.custom-btn-home img {
20+
width: 3vh;
21+
}
22+
23+
strong {
24+
color: var(--yellow);
25+
}
26+
27+
.slides p code, .slides li code {
28+
color: var(--turquoise-green);
29+
}
30+
31+
.center-mermaid > code {
32+
display: flex !important;
33+
justify-content: center !important;
34+
}
35+
36+
em {
37+
color: var(--burgundy);
838
}

0 commit comments

Comments
 (0)