summaryrefslogtreecommitdiff
path: root/common.css
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chris@pineapple.cat> 2025-10-20 05:05:28 -0400
committerGravatar Chris Xiong <chris@pineapple.cat> 2025-10-20 05:05:28 -0400
commit133b1e1a57df0caa6ef0841935d6d6c87365a68a (patch)
treec8b5729fe0ffaca1906712a5662ab5d4fa215412 /common.css
parent594bff51574420fa9856c6aa1cc8f4d3b7f5f9a9 (diff)
downloadweb-133b1e1a57df0caa6ef0841935d6d6c87365a68a.tar.xz
Make the email address stand out and annoying /s
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;}