diff options
| author | winter | 2025-01-13 21:12:22 +0000 |
|---|---|---|
| committer | winter | 2025-01-13 21:12:22 +0000 |
| commit | c298fa4d4cc4277c1f7c2a54d9fb98b395b9bc12 (patch) | |
| tree | 4037c3bfc88a585085a3db5c0c8455fad702eff5 /static/misc.css | |
| parent | 5e5b7c5d6d4bbdd4acaea7d4b6c5be1e27b04a86 (diff) | |
tidy stylesheets and improve replies styling
Diffstat (limited to 'static/misc.css')
| -rw-r--r-- | static/misc.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/static/misc.css b/static/misc.css new file mode 100644 index 0000000..20d8da2 --- /dev/null +++ b/static/misc.css @@ -0,0 +1,40 @@ +.alertbox { + border: 1px solid; + border-radius: 8px; + margin: 16px; + padding: 16px; + &.info { + border-color: #23f4; + background: #5673ff44; + } + p { + margin: 0; + padding: 0; + } +} + +button.icon { + border: none; + background: none; + aspect-ratio: 1; + margin: 0; + padding: 0; + &.active { + font-variation-settings: "FILL" 1; + } +} + +a.icon { + color: inherit; + text-decoration: none; + font-size: 24px; +} + +span.inlineIcon { + font-size: inherit; + color: inherit; +} + +[hidden] { + display: none; +} |
