Merge pull request #2 from cibersheep/patch-7

Patch 7
This commit is contained in:
Joan CiberSheep
2024-11-17 01:13:10 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -188,7 +188,7 @@ languageCode = "en-us"
# Add it only if you keep the theme in the `themes` directory.
# Remove it if you use the theme as a remote Hugo Module.
theme = "re-terminal"
paginate = 5
pagination.pagerSize = 5
[params]
# dir name of your main content (default is `content/posts`).

View File

@@ -3,6 +3,6 @@
align-items: center;
text-decoration: none;
background: var(--accent);
color: color-mix(in srgb, var(--accent), var(--accent-contrast-color) 90%);;
color: color-mix(in srgb, var(--accent), var(--accent-contrast-color) 90%);
padding: 5px 10px;
}