summaryrefslogtreecommitdiff
path: root/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'common.css')
-rw-r--r--common.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/common.css b/common.css
index 32644fd..6a75b20 100644
--- a/common.css
+++ b/common.css
@@ -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;}