File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11$font-size : 18px ;
22$title-color : #70b950 ;
3+ $link-color : #80a0ff ;
4+ $normal-color : #e8e8d3 ;
5+ $linenum-color : #605958 ;
36$pound : " data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='40px' width='13px'><text x='0' y='17' fill='%2370b950' font-size='18' font-weight='600'>%23</text></svg>" ;
47$pound-offset : " data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='40px' width='28px'><text x='0' y='17' fill='%2370b950' font-size='18' font-weight='600'>%23</text></svg>" ;
Original file line number Diff line number Diff line change 88 text-align : right ;
99 counter-increment : ln;
1010 content : counter (ln );
11- color : #605958 ;
11+ color : $linenum-color ;
1212 background-color : #151515 ;
1313 font-weight : 400 ;
1414}
@@ -18,15 +18,15 @@ body {
1818 margin : 0 ;
1919 padding : 0 ;
2020 font-family : monospace ;
21- color : #e8e8d3 ;
21+ color : $normal-color ;
2222 background-color : #151515 ;
2323 font-size : $font-size ;
2424}
2525
2626#main {
2727 padding : 1rem 0 ;
2828 font-family : monospace ;
29- color : #e8e8d3 ;
29+ color : $normal-color ;
3030 background-color : #151515 ;
3131
3232 h1 ::before {
@@ -106,7 +106,7 @@ body {
106106 }
107107
108108 a {
109- color : #80a0ff ;
109+ color : $link-color ;
110110 text-decoration : underline ;
111111
112112 & :hover {
You can’t perform that action at this time.
0 commit comments