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
Split up CSS
Alexander Bilz
21.02.2021
b0a515f343fd03e575c8de48dc7e14823d344c17
[external-software/github_gohugo_theme_anatole.git]
/
assets
/
scss
/
_pagination_dark.scss
1
2
3
4
5
6
7
@mixin pagination_dark {
.pagination ul li a {
color: $body-color-dark;
}
}