aboutsummaryrefslogtreecommitdiff
path: root/web/style/nodecard.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-16 14:07:46 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-16 14:07:46 +0100
commit7fd3eb67ee15d4a0159ed4b32b841fe6de2fb3bb (patch)
treec2b32e6bef7c06ad53c85e7ae9f9b45821b55692 /web/style/nodecard.css
parentaf4c1eca778e54e31ac35262a13f6f7aa75c6c7b (diff)
downloadjellything-7fd3eb67ee15d4a0159ed4b32b841fe6de2fb3bb.tar
jellything-7fd3eb67ee15d4a0159ed4b32b841fe6de2fb3bb.tar.bz2
jellything-7fd3eb67ee15d4a0159ed4b32b841fe6de2fb3bb.tar.zst
refactor some styling
Diffstat (limited to 'web/style/nodecard.css')
-rw-r--r--web/style/nodecard.css15
1 files changed, 0 insertions, 15 deletions
diff --git a/web/style/nodecard.css b/web/style/nodecard.css
index 8dacbf8..2753083 100644
--- a/web/style/nodecard.css
+++ b/web/style/nodecard.css
@@ -18,21 +18,6 @@
display: block;
}
-.dirup {
- width: 100%;
- font-size: large;
- display: block;
- text-align: center;
- background-color: var(--background-light);
- border-radius: 0.2em;
- padding: 0.6em;
- margin: 0.2em;
- transition: filter 0.22s;
-}
-.dirup:hover {
- filter: brightness(120%);
-}
-
.node.card {
padding: 1em;
}