@@ -52,7 +52,7 @@ html[mode='dark'] {
52
52
& ::-webkit-scrollbar-track {
53
53
background : var (--menu-background );
54
54
}
55
-
55
+
56
56
& ::-webkit-scrollbar-corner {
57
57
background : var (--menu-background );
58
58
}
@@ -127,7 +127,7 @@ blockquote {
127
127
strong {
128
128
color : variables .$red-color ;
129
129
@include utils .text-gradient ();
130
-
130
+
131
131
& :first-of-type {
132
132
display : block ;
133
133
text-transform : uppercase ;
@@ -163,7 +163,7 @@ blockquote {
163
163
code [class *= language- ], pre [class *= language- ] {
164
164
margin : 20px 0 ;
165
165
}
166
-
166
+
167
167
p :last-of-type {
168
168
margin-bottom : 0 ;
169
169
}
@@ -399,8 +399,8 @@ tr td span.table-code-asterisk {
399
399
border-radius : 2px ;
400
400
padding : 2px ;
401
401
background : var (--primary-gradient );
402
- -webkit-mask :
403
- linear-gradient (#fff 0 0 ) content-box ,
402
+ -webkit-mask :
403
+ linear-gradient (#fff 0 0 ) content-box ,
404
404
linear-gradient (#fff 0 0 );
405
405
-webkit-mask-composite : xor;
406
406
mask-composite : exclude ;
@@ -420,7 +420,7 @@ tr td span.table-code-asterisk {
420
420
background : rgba (0 , 0 , 0 , 0.6 );
421
421
}
422
422
423
- // Scollbar sidebar
423
+ // Scrollbar sidebar
424
424
425
425
app-menu::-webkit-scrollbar {
426
426
width : 6px ;
@@ -433,4 +433,4 @@ app-menu:hover::-webkit-scrollbar-thumb {
433
433
434
434
app-menu::-webkit-scrollbar-thumb :hover {
435
435
-webkit-transition : #dedede 1s linear ;
436
- }
436
+ }
0 commit comments