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