From 18798b4fe566aaf510caaf4843cdd1fdfc1a40a3 Mon Sep 17 00:00:00 2001 From: mion <> Date: Wed, 11 Feb 2026 23:07:17 +0000 Subject: help --- html/etc.css | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 html/etc.css (limited to 'html/etc.css') diff --git a/html/etc.css b/html/etc.css deleted file mode 100644 index 768f657..0000000 --- a/html/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