Skip to content

Commit c489546

Browse files
authored
refactor: 💄 grey navbar border using Quarto css variable (#190)
1 parent 02dfc65 commit c489546

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_extensions/seedcase-theme/_brand.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ color:
1616
logo-green: "#024639"
1717
dark-green: "#196440"
1818
vibrant-green: "#48DC76"
19-
dark-grey: "#8B8B8B"
2019
light-grey: "#F8F9FA"
2120
code-bg: "#E9ECEFA6"
2221
primary: dark-green
@@ -45,7 +44,7 @@ typography:
4544
defaults:
4645
bootstrap:
4746
defaults:
48-
mermaid-edge-color: var(--brand-dark-grey)
47+
mermaid-edge-color: var(--quarto-scss-export-gray-800)
4948
# Set code background colour variable so all inline code has the same colour
5049
# including headers with inline code.
5150
# This colour is the default background colour for inline code.
@@ -56,7 +55,7 @@ defaults:
5655
}
5756
5857
.navbar {
59-
border-bottom: rgba($toc-active-border, 0.3) 1px solid;
58+
border-bottom: var(--quarto-scss-export-gray-300) 1px solid;
6059
}
6160
6261
svg {

0 commit comments

Comments
 (0)