Merge pull request #22 from cibersheep/main

Remove double semicolo
This commit is contained in:
Mirus
2024-11-18 17:08:00 +02:00
committed by GitHub
7 changed files with 8 additions and 8 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;
}

View File

@@ -203,7 +203,7 @@ blockquote {
&.twitter-tweet {
position: relative;
background: color-mix(in srgb, var(--accent), transparent 90%);;
background: color-mix(in srgb, var(--accent), transparent 90%);
font: inherit;
color: inherit;
border: 1px solid var(--accent);

View File

@@ -1,5 +1,5 @@
@mixin menu {
--shadow-color: color-mix(in srgb, var(--background), transparent 20%);;
--shadow-color: color-mix(in srgb, var(--background), transparent 20%);
display: none;
flex-direction: column;
--shadow: 0 10px var(--shadow-color), -10px 10px var(--shadow-color), 10px 10px var(--shadow-color);

View File

@@ -16,7 +16,7 @@
margin: 0 auto;
padding: 5px 10px;
background: var(--background);
color: color-mix(in srgb, var(--accent), transparent 70%);;
color: color-mix(in srgb, var(--accent), transparent 70%);
font-size: .8rem;
text-transform: uppercase;
text-decoration: none;

View File

@@ -32,7 +32,7 @@
&-meta {
font-size: 1rem;
margin-bottom: 10px;
color: color-mix(in srgb, var(--accent), transparent 30%);;
color: color-mix(in srgb, var(--accent), transparent 30%);
& > *:not(:first-child) {
&::before {
@@ -146,4 +146,4 @@ figure:has(.post-cover) {
& > figcaption {
margin-top: 0;
}
}
}

View File

@@ -1,7 +1,7 @@
baseurl = "https://re-terminal.nebrowser.com"
languageCode = "en-us"
# theme = "hugo-theme-re-terminal"
paginate = 5
pagination.pagerSize = 5
[params]
contentTypeName = "posts"