mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
Add dark-red color theme
This commit is contained in:
parent
5f6d7d68b1
commit
73d1600f6f
2 changed files with 29 additions and 1 deletions
|
@ -130,7 +130,7 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id
|
||||||
mainSections = ["post"] # Set main page sections
|
mainSections = ["post"] # Set main page sections
|
||||||
post_meta = ["date", "categories"] # Enable post meta fields in given order
|
post_meta = ["date", "categories"] # Enable post meta fields in given order
|
||||||
dateFormat = "January 02, 2006" # Change the format of dates
|
dateFormat = "January 02, 2006" # Change the format of dates
|
||||||
colorTheme = "" # dark-green, dark-blue, dark-violet
|
colorTheme = "" # dark-green, dark-blue, dark-red, dark-violet
|
||||||
customCSS = ["css/custom.css"] # Include custom CSS files
|
customCSS = ["css/custom.css"] # Include custom CSS files
|
||||||
authorbox = true # Show authorbox at bottom of single pages if true
|
authorbox = true # Show authorbox at bottom of single pages if true
|
||||||
toc = true # Enable Table of Contents for all site pages
|
toc = true # Enable Table of Contents for all site pages
|
||||||
|
|
28
static/css/themes/dark-red.css
Normal file
28
static/css/themes/dark-red.css
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
a {
|
||||||
|
color: #ff5562;
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
border-color: #ff5562;
|
||||||
|
}
|
||||||
|
|
||||||
|
mark {
|
||||||
|
background-color: #ff5562;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo:hover {
|
||||||
|
color: #ff5562;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-nav__btn {
|
||||||
|
fill: #ff5562;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toc {
|
||||||
|
color: #ff5562;
|
||||||
|
}
|
||||||
|
|
||||||
|
.share__icon {
|
||||||
|
fill: #ff5562;
|
||||||
|
stroke: #ff5562;
|
||||||
|
}
|
Loading…
Reference in a new issue