diff options
author | metamuffin <metamuffin@disroot.org> | 2025-10-03 17:09:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-10-03 17:09:04 +0200 |
commit | 8444803182573e59414ebcbc4bec9da36aeac451 (patch) | |
tree | 1fa91c937ae009719ffa91dbff5d6d41d337b1d2 /style.css | |
parent | ad523865eb95fe2581652bd2c89efc53a3857eed (diff) | |
download | metamuffin-website-8444803182573e59414ebcbc4bec9da36aeac451.tar metamuffin-website-8444803182573e59414ebcbc4bec9da36aeac451.tar.bz2 metamuffin-website-8444803182573e59414ebcbc4bec9da36aeac451.tar.zst |
various changes; add project list
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -4,6 +4,7 @@ --ac1: #b575ff; --ac2: #ff83fd; --ac3: #ff82b2; + font-family: "Ubuntu", sans-serif; } img[align="left"] { @@ -46,6 +47,7 @@ nav a { background-repeat: no-repeat; transition: background-size 0.15s linear; font-style: normal; + font-weight: bolder; } nav a:hover { color: #dfe5f3; @@ -66,9 +68,6 @@ h4 { font-size: medium; } -p, h1, h2, h3, h4, h5, h6, li, summary { - font-family: "Ubuntu", sans-serif; -} h1 { color: var(--ac1); } @@ -130,7 +129,7 @@ input[type="submit"] { list-style-type: none; background-color: var(--bg2); border-radius: 5px; - margin-top: 1em; + margin: 1em; padding: 1em; } .cardlist li h3 { @@ -143,6 +142,14 @@ input[type="submit"] { margin-right: 1em; } +.cardlistinline { + display: block; +} +.cardlistinline li { + display: inline-block; + width: 300px; +} + .status { display: inline-block; padding: 0.1em; |