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