mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-12-16 05:22:00 -05:00
style:color&&font
This commit is contained in:
@@ -34,7 +34,7 @@ accent_color = "blue"
|
||||
# One of: blue, dark, green, orange, pink, red, light, auto
|
||||
# Enabling dark background will also modify primary font color to be darker.
|
||||
# Defaults to accent color (or, if not accent color specified, to blue).
|
||||
background_color = "dark"
|
||||
background_color = "blue"
|
||||
|
||||
# The logo text - defaults to "Terminimal theme"
|
||||
logo_text = "Dich's Blog"
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
||||
.footer {
|
||||
padding: 40px 0;
|
||||
flex-grow: 0;
|
||||
opacity: .5;
|
||||
opacity: .8;
|
||||
|
||||
&__inner {
|
||||
display: flex;
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
%tags {
|
||||
margin-bottom: 20px;
|
||||
font-size: 1rem;
|
||||
opacity: .5;
|
||||
opacity: .9;
|
||||
}
|
||||
|
||||
&-tags {
|
||||
|
||||
Reference in New Issue
Block a user