File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -421,12 +421,12 @@ a.zola-anchor:hover {
421421 }
422422
423423 code {
424- background : rgba ($color : #000000 , $alpha : 0.35 )
424+ background : rgba ($color : #3d4253 , $alpha : 1 )
425425 }
426426}
427427
428428.light .hack code {
429- background : rgba ($color : #000000 , $alpha : 0. 1 );
429+ background : rgba ($color : #d0cfd5 , $alpha : 1 );
430430 border-radius : 4px ;
431431 padding : 2px 6px ;
432432}
Original file line number Diff line number Diff line change @@ -154,11 +154,11 @@ pre::-webkit-scrollbar-track {
154154a {
155155 code :hover {
156156 background-color : transparent ;
157+ background : transparent !important ;
157158 }
158159}
159160
160161code {
161- color : var (--text-color );
162162 background-color : var (--bg-primary );
163163}
164164
Original file line number Diff line number Diff line change 1+ /// This file is the main entry point for the Sass styles of the site.
2+
13@use " vendor" ;
24@use " theme" ;
35@use " parts/note" ;
68@use " parts/toc" ;
79@use " parts/latex" ;
810
11+ /// Globally defined CSS variables
912:root {
1013 --bg-primary : #282828 ;
1114 --accent : #c62c2a ;
You can’t perform that action at this time.
0 commit comments