Fix credits
All checks were successful
Deploy Spot / deploy (push) Successful in 34s

This commit is contained in:
2026-05-26 00:24:05 +02:00
parent 7cad5fbdf9
commit a3d217bbdd
4 changed files with 12 additions and 9 deletions

View File

@@ -64,15 +64,15 @@
display: flex;
justify-content: center;
font-size: 0.7em;
padding: var.$text-spacing;
color: color.$default;
color: color.$default-inv;
text-shadow: 0px 1px 1px color.$over-img-shadow;
a {
color: color.$default;
color: color.$default-inv;
text-decoration: none;
&:hover {
color: color.$default-hover;
color: color.$default-inv-hover;
}
}
}
@@ -89,9 +89,12 @@
.settings-section {
display: inline-block;
margin-bottom: var.$block-spacing;
width: 100%;
& + .settings-section {
margin-top: var.$block-spacing;
}
h1 {
margin: 0;
padding: var.$block-spacing;