summaryrefslogtreecommitdiffstats
path: root/micro.pinapelz.moe/css/follows.css
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-12-02 20:38:55 -0800
committerPinapelz <yukais@pinapelz.com>2025-12-03 02:31:51 -0800
commit21b8736c80ebb98cf936388f5789f6d9d1590b59 (patch)
tree2a871f110bf2e51790c9a72080928f64eec902d7 /micro.pinapelz.moe/css/follows.css
parent98ddc6edd51bc961ef8dbeb9852fdbb3978f23ce (diff)
fix: micro posts imprecise dt-published values
Diffstat (limited to 'micro.pinapelz.moe/css/follows.css')
-rw-r--r--micro.pinapelz.moe/css/follows.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/micro.pinapelz.moe/css/follows.css b/micro.pinapelz.moe/css/follows.css
new file mode 100644
index 0000000..a6673af
--- /dev/null
+++ b/micro.pinapelz.moe/css/follows.css
@@ -0,0 +1,31 @@
+.follow-card {
+ display: flex;
+ flex-direction: column;
+ padding: 0.6rem 0.8rem;
+ margin: 0.6rem 0 0.6rem 0;
+ background: var(--card-bg, #f9f9f9);
+ border-radius: 8px;
+ border: 1px solid #e5e5e5;
+ font-size: 0.9rem;
+}
+
+.follow-card:hover {
+ background: var(--card-bg-hover, #f2f2f2);
+}
+
+.follow-target {
+ font-weight: 600;
+ text-decoration: none;
+ color: var(--link-color, #3366cc);
+ word-break: break-all;
+}
+
+.follow-target:hover {
+ text-decoration: underline;
+}
+
+.follow-date {
+ color: #777;
+ font-size: 0.8rem;
+ margin-top: 0.25rem;
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage