Style theme switcher
This commit is contained in:
parent
5b111bb9ce
commit
4925eb329c
1 changed files with 11 additions and 1 deletions
|
@ -35,5 +35,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
button.navbar-theme-switcher {
|
button.navbar-theme-switcher {
|
||||||
padding: 0.3em;
|
background-color: transparent;
|
||||||
|
border-radius: 2px;
|
||||||
|
border: 1px solid var(--color-white);
|
||||||
|
padding: 0.5em;
|
||||||
|
cursor: pointer;
|
||||||
|
color: var(--color-white);
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: var(--color-green);
|
||||||
|
border-color: var(--color-green);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue