File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88name : Render and Publish
99
10+ permissions :
11+ contents : write
12+ pages : write
13+
1014jobs :
1115 build-deploy :
1216 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1+ /* -- scss:defaults --*/
2+
3+ @import ' https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap' ;
4+
5+ $font-family : " Atkinson Hyperlegible" , sans-serif ;
6+
7+ // Base document colors
8+ $body-bg : #181818 ;
9+ $body-color : white ;
10+ $link-color : #75AADB ;
11+
12+ $light : #525252 ;
13+
14+ // Navigation element colors
15+ $footer-bg : #181818 ;
16+ $navbar-bg : #303030 ;
17+ $sidebar-bg : #303030 ;
18+
19+ // Code blocks
20+ $code-block-bg-alpha : -.8 ;
21+
22+ // Bootstrap popovers
23+ $popover-bg : #242424 ;
24+
25+ // Bootstrap inputs
26+ $input-bg : #242424 ;
Original file line number Diff line number Diff line change 1+ /* -- scss:defaults --*/
2+
3+ @import ' https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap' ;
4+
5+ $font-family : " Atkinson Hyperlegible" , sans-serif ;
6+
You can’t perform that action at this time.
0 commit comments