style:color&&font

This commit is contained in:
dichgrem
2025-08-28 15:30:48 +08:00
parent fd06c5a402
commit 98728f35b2
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -3,7 +3,7 @@
.footer {
padding: 40px 0;
flex-grow: 0;
opacity: .5;
opacity: .8;
&__inner {
display: flex;

View File

@@ -52,7 +52,7 @@
%tags {
margin-bottom: 20px;
font-size: 1rem;
opacity: .5;
opacity: .9;
}
&-tags {