summaryrefslogtreecommitdiff
path: root/html/etc.css
diff options
context:
space:
mode:
Diffstat (limited to 'html/etc.css')
-rw-r--r--html/etc.css32
1 files changed, 0 insertions, 32 deletions
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;
-}