From 9ac5ed19e543f15aff7ce2f426b1444867fd1b21 Mon Sep 17 00:00:00 2001 From: mion <> Date: Wed, 11 Feb 2026 22:59:23 +0000 Subject: test --- stylesheets/etc.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 stylesheets/etc.css (limited to 'stylesheets/etc.css') diff --git a/stylesheets/etc.css b/stylesheets/etc.css new file mode 100644 index 0000000..768f657 --- /dev/null +++ b/stylesheets/etc.css @@ -0,0 +1,32 @@ +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