dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_hugo-coder
mirror of
https://github.com/luizdepra/hugo-coder.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add additional tags to theme.toml. (#934)
Simon Hollingshead
30.08.2024
52b14a50f716cb7e69df8d0804f1b68aeec8a08c
[external-software/github_gohugo_theme_hugo-coder.git]
/
assets
/
scss
/
coder-dark.scss
1
2
3
4
5
6
7
8
9
10
@import "variables";
@import "base_dark";
@import "content_dark";
@import "notices_dark";
@import "navigation_dark";
@import "tabs_dark";
@import "taxonomies_dark";
@import "footer_dark";
@import "float_dark";
@import "syntax_dark";