generated from nhcarrigan/template
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
109ca76a7f
|
|||
|
efb29c01c8
|
|||
|
2dd31920b8
|
@@ -364,8 +364,7 @@
|
||||
|
||||
/* Nav items - LIGHT text on dark background */
|
||||
#navbar .item, #navbar a.item, .ui.secondary.menu .item, .navbar .item {
|
||||
color: var(--witch-lavender) !important;
|
||||
background-color: var(--witch-purple) !important;
|
||||
color: var(--witch-moon) !important;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
@@ -374,9 +373,9 @@
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
#navbar .active.item, .ui.secondary.menu .active.item {
|
||||
color: var(--witch-lavender) !important;
|
||||
background-color: var(--witch-plum) !important;
|
||||
#navbar .active.item, .ui.secondary.menu .active.item {
|
||||
background-color: rgba(212, 165, 199, 0.4) !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
/* Icons in navbar should also be light */
|
||||
|
||||
Reference in New Issue
Block a user