Skip to content

Commit f60a198

Browse files
committed
Combine brand.yml files (closes #18)
1 parent b1b3f4b commit f60a198

File tree

3 files changed

+10
-63
lines changed

3 files changed

+10
-63
lines changed

brand-dark.yml renamed to _brand.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff 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

2830
typography:
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

4751
defaults:
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;

_quarto.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
8177
format:
8278
html:
8379
#css: styles.css

brand-light.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)