diff options
author | 2025-10-20 05:05:28 -0400 | |
---|---|---|
committer | 2025-10-20 05:05:28 -0400 | |
commit | 133b1e1a57df0caa6ef0841935d6d6c87365a68a (patch) | |
tree | c8b5729fe0ffaca1906712a5662ab5d4fa215412 /common.css | |
parent | 594bff51574420fa9856c6aa1cc8f4d3b7f5f9a9 (diff) | |
download | web-133b1e1a57df0caa6ef0841935d6d6c87365a68a.tar.xz |
Make the email address stand out and annoying /s
Diffstat (limited to 'common.css')
-rw-r--r-- | common.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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;} |