aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/misc.css
diff options
context:
space:
mode:
authorwinter2025-01-13 21:12:22 +0000
committerwinter2025-01-13 21:12:22 +0000
commitc298fa4d4cc4277c1f7c2a54d9fb98b395b9bc12 (patch)
tree4037c3bfc88a585085a3db5c0c8455fad702eff5 /static/misc.css
parent5e5b7c5d6d4bbdd4acaea7d4b6c5be1e27b04a86 (diff)
tidy stylesheets and improve replies styling
Diffstat (limited to 'static/misc.css')
-rw-r--r--static/misc.css40
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;
+}