From a64f5ae5dd8a781ee8235ebbd531a24ce9935dd1 Mon Sep 17 00:00:00 2001 From: mion <> Date: Thu, 26 Feb 2026 17:04:17 +0000 Subject: IHATE IT IHATE IT I HATE IT --- stylesheets/etc.css | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 stylesheets/etc.css (limited to 'stylesheets/etc.css') diff --git a/stylesheets/etc.css b/stylesheets/etc.css deleted file mode 100644 index 768f657..0000000 --- a/stylesheets/etc.css +++ /dev/null @@ -1,32 +0,0 @@ -span.quote { - color: #789922; -} - -@keyframes rainbow { - 0% {color: red} - 33% {color: lime} - 66% {color: blue} - 100% {color: red} -} - -.visual { - background: linear-gradient(120deg, red, orange, yellow, green, blue, indigo, violet); - background-clip: text; - color: transparent; - /* animation: rainbow 1s linear infinite; */ -} - -img { - max-width: 100%; - height: auto; -} - -#stylechooser { - float: right; -} - -li p { - margin: 0; - padding-top: 2px; - padding-bottom: 2px; -} -- cgit v1.2.3