diff options
author | 2025-10-20 20:39:08 -0400 | |
---|---|---|
committer | 2025-10-20 20:39:08 -0400 | |
commit | 74e7f913f1c1d9cf4a4a605300371f135f9cb4ec (patch) | |
tree | 8ad04992d68668cea3418883ceff135017eee2a1 /common.css | |
parent | 133b1e1a57df0caa6ef0841935d6d6c87365a68a (diff) | |
download | web-74e7f913f1c1d9cf4a4a605300371f135f9cb4ec.tar.xz |
Let's try something better.
(Of course I didn't came up with that css myself, what were you thinking?!)
Diffstat (limited to 'common.css')
-rw-r--r-- | common.css | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -10,11 +10,6 @@ font-family: 'Soon'; src: url('https://filestorage.chrisoft.org/soon.woff'); } -@keyframes blink-82 { - 20% { - opacity: 0; - } -} .CTitle{ font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; font-variant-ligatures: none; @@ -168,4 +163,3 @@ button:disabled{ .widgetbg{background-color: var(--widget-area-bg);} .sliderb1{background-color: var(--slider-empty-bg);} .sliderb2{background-color: var(--slider-filled-bg);} -.blink{animation: blink-82 2s step-start infinite;} |