1
+ : root : not ([data-theme = "dark" ]), [data-theme = "light" ] {
2
+ background-color : # B2C9AD!important ;
3
+ }
4
+
1
5
body {
2
- font-family : "Domine " , serif;
6
+ font-family : "Domino " , serif;
3
7
font-optical-sizing : auto;
4
- font-weight : 600 ;
8
+ font-weight : 400 ;
5
9
font-style : normal;
10
+ background-color : # B2C9AD!important ;
11
+ margin : 0 ;
12
+ }
13
+
14
+ header {
15
+ padding-block : 0 !important ;
16
+ margin : 0 ;
6
17
}
7
18
8
- .site-title {
19
+ .decor {
20
+ background : # DF6D2D ;
21
+ background : -webkit-linear-gradient (left, white 50% , # DF6D2D 50% );
22
+ background : -moz-linear-gradient (left, white 50% , # DF6D2D 50% );
23
+ background : -o-linear-gradient (left, white 50% , # DF6D2D 50% );
24
+ background : linear-gradient (left, white 50% , # DF6D2D 50% );
25
+ background-size : 50px 25% ;
26
+ padding : 2px ;
27
+ display : block;
28
+ }
29
+
30
+ nav {
9
31
font-family : "Space Mono" , serif;
10
- font-weight : 400 ;
11
- font-style : normal;
32
+ padding : 0 1rem 0 ;
33
+ backdrop-filter : blur (15px );
34
+ box-shadow : rgba (33 , 35 , 38 , 0.1 ) 0px 10px 10px -10px ;;
12
35
}
13
36
14
37
a {
38
+ border-radius : 3px ;
39
+ font-weight : 700 ;
40
+ padding : 5px ;
15
41
text-decoration : none;
16
- color : black;
42
+ display : inline-block;
43
+ position : relative;
44
+ color : # 66785F!important ;
45
+ }
46
+
47
+ li > a : hover , p > a : hover {
48
+ background-color : # 4B5945 ;
49
+ color : white!important ;
50
+ left : 0 ;
51
+ }
52
+
53
+ blockquote {
54
+ background-color : # 4B5945 ;
55
+ color : white!important ;
56
+ }
57
+ blockquote > p , blockquote > a , blockquote > strong > a {
58
+ color : white!important ;
59
+ }
60
+
61
+ h1 , h2 , h3 , p , li {
62
+ color : # 66785F!important ;
17
63
}
18
64
19
- a : hover {
20
- text-decoration : underline;
65
+ .meta-info {
66
+ font-family : "Spline Sans Mono" , serif;
67
+ font-size : 70% ;
68
+ font-style : italic;
69
+ margin-bottom : 0.2rem ;
70
+ color : # 4B5945 ;
21
71
}
22
72
73
+ code {
74
+ font-family : "Space Mono" , serif;
75
+ font-weight : 400 ;
76
+ font-style : normal;
77
+ background-color : # 4B5945!important ;
78
+ color : white!important ;
79
+ }
23
80
24
- .pill {
81
+ code [data-lang ]::after {
82
+ content : attr (data-lang);
83
+ position : absolute;
84
+ bottom : 8px ;
85
+ right : 8px ;
86
+ background-color : # B2C9AD ;
87
+ color : # 66785F ;
25
88
font-size : 12px ;
26
- padding : 0.5em 1em ;
27
- margin : 0.25em ;
28
- border-radius : 1em ;
29
- border : none;
30
- outline : none;
31
- background-color : # dddddd ;
89
+ padding : 2px 6px ;
90
+ border-radius : 3px ;
91
+ pointer-events : none;
92
+ font-family : monospace;
93
+ text-transform : capitalize;
32
94
}
33
95
34
- .pill : hover {
35
- background-color : # cccccc ;
96
+ pre {
97
+ background-color : # 4B5945!important ;
98
+ color : white!important ;
99
+ position : relative;
36
100
}
0 commit comments