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:
20
20
dark : " #030911"
21
21
light-blue : " #96B8E1"
22
22
dark-blue : " #103054"
23
+ white : " #FFFFFF"
23
24
primary : blue
24
- background : dark
25
- foreground : white
26
-
25
+ background :
26
+ dark : dark
27
+ foreground :
28
+ dark : white
27
29
28
30
typography :
29
31
fonts :
@@ -39,15 +41,18 @@ typography:
39
41
family : Outfit
40
42
weight : normal
41
43
link :
42
- color : light-blue
44
+ color :
45
+ light : blue
46
+ dark : light-blue
43
47
monospace :
44
48
family : Fira Mono
45
49
size : 1em
46
50
47
51
defaults :
48
52
bootstrap :
49
53
defaults :
50
- dropdown-link-hover-bg : $brand-blue
54
+ dropdown-link-hover-bg : $brand-blue
55
+ dropdown-link-hover-color : $brand-white
51
56
rules : |
52
57
.navbar-logo {
53
58
max-height: 50px;
Original file line number Diff line number Diff line change @@ -74,10 +74,6 @@ website:
74
74
url : https://github.com/r-devel/r-devel.github.io/issues
75
75
search : true
76
76
77
- brand :
78
- light : brand-light.yml
79
- dark : brand-dark.yml
80
-
81
77
format :
82
78
html :
83
79
# css: styles.css
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments