diff options
| author | mion <> | 2026-02-11 23:07:17 +0000 |
|---|---|---|
| committer | mion <> | 2026-02-11 23:07:17 +0000 |
| commit | 18798b4fe566aaf510caaf4843cdd1fdfc1a40a3 (patch) | |
| tree | 11a7ab8b835b3de3ac56cbf3d91d5284b05e1106 /html/etc.css | |
| parent | 7b20c4b86c198ead941fe37507d806a19ee3711f (diff) | |
help
Diffstat (limited to 'html/etc.css')
| -rw-r--r-- | html/etc.css | 32 |
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; -} |
