diff options
| author | soaos <soaos@soaos.dev> | 2026-01-01 16:13:27 -0500 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2026-01-01 16:13:27 -0500 |
| commit | 6dbcfa8d968739f2e1ed594f72ebac3a007d54f0 (patch) | |
| tree | a1957cdfcac9d64becf0135b8c856f1edae0791b /static | |
| parent | 114790bbc55e08ebf28e4431003906d28e6ff8fc (diff) | |
reduced personality
Diffstat (limited to 'static')
| -rw-r--r-- | static/98.css | 1 | ||||
| -rw-r--r-- | static/style.css | 21 |
2 files changed, 21 insertions, 1 deletions
diff --git a/static/98.css b/static/98.css index 337018c..5f2d3d8 100644 --- a/static/98.css +++ b/static/98.css @@ -257,7 +257,6 @@ input[type="reset"]:disabled, } .title-bar-text { - font-weight: bold; color: var(--fg); letter-spacing: 0; margin-right: 24px; diff --git a/static/style.css b/static/style.css index dd9ca6a..202b0ad 100644 --- a/static/style.css +++ b/static/style.css @@ -196,5 +196,26 @@ margin: 0 1em 0.5em 1em; } .album-thumb { + image-rendering: auto; width: 12rem; } + +/* h2 { */ +/* color: var(--orange); */ +/* } */ +/**/ +/* h3 { */ +/* color: var(--yellow); */ +/* } */ +/**/ +/* h4 { */ +/* color: var(--green); */ +/* } */ +/**/ +/* h5 { */ +/* color: var(--blue); */ +/* } */ +/**/ +/* h6 { */ +/* color: var(--purple); */ +/* } */ |
