File tree Expand file tree Collapse file tree 2 files changed +16
-9
lines changed
Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1515 orange : " #C07924"
1616 dark : " #030911"
1717 light-blue : " #96B8E1"
18- dark-blue : " #08182A "
18+ dark-blue : " #103054 "
1919 primary : blue
2020 background : dark
2121 foreground : white
@@ -42,13 +42,13 @@ typography:
4242
4343defaults :
4444 bootstrap :
45+ defaults :
46+ dropdown-link-hover-bg : $brand-blue
4547 rules : |
46- .navbar-nav .dropdown-menu .dropdown-item:hover,
47- .dropdown-item.quarto-navbar-tools-item:hover
48- {
49- background-color: $brand-dark-blue;
50- }
51-
5248 .navbar-logo {
5349 max-height: 50px;
54- }
50+ }
51+
52+ .description {
53+ display: none;
54+ }
Original file line number Diff line number Diff line change 1313 pink : " #C024B9"
1414 green : " #24C02B"
1515 orange : " #C07924"
16+ light-blue : " #96B8E1"
1617 primary : blue
1718
1819
@@ -37,7 +38,13 @@ typography:
3738
3839defaults :
3940 bootstrap :
41+ defaults :
42+ dropdown-link-hover-bg : $brand-light-blue
4043 rules : |
4144 .navbar-logo {
4245 max-height: 50px;
43- }
46+ }
47+
48+ .description {
49+ display: none;
50+ }
You can’t perform that action at this time.
0 commit comments