File tree Expand file tree Collapse file tree 1 file changed +36
-6
lines changed
Expand file tree Collapse file tree 1 file changed +36
-6
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments