File tree Expand file tree Collapse file tree 3 files changed +10
-63
lines changed Expand file tree Collapse file tree 3 files changed +10
-63
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ color:
2020 dark : " #030911"
2121 light-blue : " #96B8E1"
2222 dark-blue : " #103054"
23+ white : " #FFFFFF"
2324 primary : blue
24- background : dark
25- foreground : white
26-
25+ background :
26+ dark : dark
27+ foreground :
28+ dark : white
2729
2830typography :
2931 fonts :
@@ -39,15 +41,18 @@ typography:
3941 family : Outfit
4042 weight : normal
4143 link :
42- color : light-blue
44+ color :
45+ light : blue
46+ dark : light-blue
4347 monospace :
4448 family : Fira Mono
4549 size : 1em
4650
4751defaults :
4852 bootstrap :
4953 defaults :
50- dropdown-link-hover-bg : $brand-blue
54+ dropdown-link-hover-bg : $brand-blue
55+ dropdown-link-hover-color : $brand-white
5156 rules : |
5257 .navbar-logo {
5358 max-height: 50px;
Original file line number Diff line number Diff line change @@ -74,10 +74,6 @@ website:
7474 url : https://github.com/r-devel/r-devel.github.io/issues
7575 search : true
7676
77- brand :
78- light : brand-light.yml
79- dark : brand-dark.yml
80-
8177format :
8278 html :
8379 # css: styles.css
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments