diff options
| author | mion <> | 2026-02-11 22:59:23 +0000 |
|---|---|---|
| committer | mion <> | 2026-02-11 22:59:23 +0000 |
| commit | 9ac5ed19e543f15aff7ce2f426b1444867fd1b21 (patch) | |
| tree | f6e798dfa86336ca48d79e6a8a23ce1e51b72faa /stylesheets/etc.css | |
test
Diffstat (limited to 'stylesheets/etc.css')
| -rw-r--r-- | stylesheets/etc.css | 32 |
1 files changed, 32 insertions, 0 deletions
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; +} |
