File tree Expand file tree Collapse file tree 3 files changed +133
-134
lines changed
_extensions/seedcase-project/seedcase-theme Expand file tree Collapse file tree 3 files changed +133
-134
lines changed Original file line number Diff line number Diff line change 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:
4544defaults :
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 {
Original file line number Diff line number Diff line change 11title : seedcase-theme
22author : Luke W. Johnston
3- version : 0.6.3
3+ version : 0.6.4
44quarto-required : " >=1.7.0"
55contributes :
66 formats :
You can’t perform that action at this time.
0 commit comments