about summary refs log tree commit diff
path: root/assets/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/custom.css')
-rw-r--r--assets/css/custom.css26
1 files changed, 0 insertions, 26 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
deleted file mode 100644
index 9388906..0000000
--- a/assets/css/custom.css
+++ /dev/null
@@ -1,26 +0,0 @@
-.no-prefix::before {
-    content: "";
-}
-
-.webring article {
-    border: 1px solid var(--color);
-    margin: 0.5rem 0;
-    padding: 0.5rem;
-}
-
-.webring article h3 {
-    margin-top: 0;
-    padding-top: 0;
-}
-
-pre, code {
-    font-family: monospace, monospace;
-}
-
-.homepage::after {
-    content: " 🏠";
-}
-
-.feed ol {
-    list-style-type: none;
-}