diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-27 00:53:18 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-27 00:55:26 -0700 |
| commit | 36e053f4f0a2f63c08f7c28b9492c067f1ca42bc (patch) | |
| tree | c28973073c8e26775ee4d18d1016df44afdfeceb /micro.pinapelz.moe/css/follows.css | |
| parent | a01e0666fd66c367745cdaff76fcd6ea7568c31c (diff) | |
migrate pinapelz.moe -> pinapelz.com
Diffstat (limited to 'micro.pinapelz.moe/css/follows.css')
| -rw-r--r-- | micro.pinapelz.moe/css/follows.css | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/micro.pinapelz.moe/css/follows.css b/micro.pinapelz.moe/css/follows.css deleted file mode 100644 index a6673af..0000000 --- a/micro.pinapelz.moe/css/follows.css +++ /dev/null @@ -1,31 +0,0 @@ -.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; -} |
