fix css
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2024-06-03 00:20:32 +02:00
parent aa1ba564dc
commit 1e19809df4
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 12 additions and 12 deletions

View file

@ -21,7 +21,7 @@
} }
/* Title */ /* Title */
h1 { main h1 {
margin-bottom: 0; margin-bottom: 0;
} }
@ -60,34 +60,34 @@ main span {
} }
/* Card text */ /* Card text */
li h2, main li h2,
li p { main li p {
margin: 0px; margin: 0px;
padding-top: 5px; padding-top: 5px;
} }
/* Card titles */ /* Card titles */
li h2, main li h2,
li h2 a { main li h2 a {
color: var(--title-color); color: var(--title-color);
font-size: var(--font-size); font-size: var(--font-size);
} }
li h2 a { main li h2 a {
text-decoration: none; text-decoration: none;
} }
li h2 a { main li h2 a {
text-decoration: none; text-decoration: none;
} }
li h2 a:hover { main li h2 a:hover {
opacity: initial; opacity: initial;
text-decoration: underline; text-decoration: underline;
} }
/* Card descriptions */ /* Card descriptions */
li p { main li p {
font-size: calc(var(--font-size) - 2px); font-size: calc(var(--font-size) - 2px);
} }

View file

@ -1,4 +1,4 @@
h2 { main h2 {
padding-left: 1rem; padding-left: 1rem;
} }
@ -8,7 +8,7 @@ main li {
} }
main h1, main h1,
h2 { main h2 {
font-weight: 800; font-weight: 800;
} }
@ -22,7 +22,7 @@ main a:hover {
text-decoration: underline; text-decoration: underline;
} }
p { main p {
margin: 0; margin: 0;
} }