summaryrefslogtreecommitdiff
path: root/stylesheets/etc.css
diff options
context:
space:
mode:
authormion <>2026-02-26 17:04:17 +0000
committermion <>2026-02-26 17:04:17 +0000
commita64f5ae5dd8a781ee8235ebbd531a24ce9935dd1 (patch)
tree8a622587606016fcf4ddb964c3a21591a20a9b01 /stylesheets/etc.css
parentb309fc4fde4ef7327400ef0e4d6e848e9f3e1ba2 (diff)
IHATE IT IHATE IT I HATE IT
Diffstat (limited to 'stylesheets/etc.css')
-rw-r--r--stylesheets/etc.css32
1 files changed, 0 insertions, 32 deletions
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;
-}