dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_anatole
mirror of
https://github.com/lxndrblz/anatole.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed Dark Theme
Alexander Bilz
21.21.2021
b99cf69567b8f32dc8431deed0bf75b240c3e3c4
[external-software/github_gohugo_theme_anatole.git]
/
assets
/
scss
/
_menu_dark.scss
1
2
3
4
5
6
7
8
9
10
11
@mixin menu_dark {
.menu .btn-down li a {
border: 1px solid $border-color-dark;
}
}
html[data-theme='dark'] {
@include menu_dark()
}