diff options
Diffstat (limited to 'src/objects/_navbar.vars.scss')
| -rw-r--r-- | src/objects/_navbar.vars.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objects/_navbar.vars.scss b/src/objects/_navbar.vars.scss index c79f4e8..934e9b9 100644 --- a/src/objects/_navbar.vars.scss +++ b/src/objects/_navbar.vars.scss | |||
| @@ -129,18 +129,18 @@ $default-theme: props.def(--o-navbar, $default-theme, 'color'); | |||
| 129 | ), | 129 | ), |
| 130 | 130 | ||
| 131 | --selected: ( | 131 | --selected: ( |
| 132 | --bg-color: props.get(core.$transparent-colors, $theme, --800), | 132 | --bg-color: props.get(core.$transparent-colors, $theme, --900), |
| 133 | --text-color: props.get(core.$transparent-colors, $theme, --text), | 133 | --text-color: props.get(core.$transparent-colors, $theme, --text), |
| 134 | --label-color: props.get(core.$transparent-colors, $theme, --800), | 134 | --label-color: props.get(core.$transparent-colors, $theme, --800), |
| 135 | 135 | ||
| 136 | --hover: ( | 136 | --hover: ( |
| 137 | --bg-color: props.get(core.$transparent-colors, $theme, --900), | 137 | --bg-color: props.get(core.$transparent-colors, $theme, --800), |
| 138 | --text-color: props.get(core.$transparent-colors, $theme, --text), | 138 | --text-color: props.get(core.$transparent-colors, $theme, --text), |
| 139 | --label-color: props.get(core.$transparent-colors, $theme, --900), | 139 | --label-color: props.get(core.$transparent-colors, $theme, --900), |
| 140 | ), | 140 | ), |
| 141 | 141 | ||
| 142 | --active: ( | 142 | --active: ( |
| 143 | --bg-color: props.get(core.$transparent-colors, $theme, --900), | 143 | --bg-color: props.get(core.$transparent-colors, $theme, --800), |
| 144 | --text-color: props.get(core.$transparent-colors, $theme, --text), | 144 | --text-color: props.get(core.$transparent-colors, $theme, --text), |
| 145 | --label-color: props.get(core.$transparent-colors, $theme, --900), | 145 | --label-color: props.get(core.$transparent-colors, $theme, --900), |
| 146 | ), | 146 | ), |
