From 133b1e1a57df0caa6ef0841935d6d6c87365a68a Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 20 Oct 2025 05:05:28 -0400 Subject: Make the email address stand out and annoying /s --- common.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common.css') 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;} -- cgit v1.2.3