From 0435e96067b7e8e8527708839ecf09f7998d17bf Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 20 Apr 2025 13:28:11 -0400 Subject: 2025 home page refresh. --- common.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'common.css') diff --git a/common.css b/common.css index a67bb2c..6a75b20 100644 --- a/common.css +++ b/common.css @@ -68,6 +68,16 @@ div.floatingr{ z-index: 10000; } .fakebtn{display:inline-block;color:#000;padding:1px 6px 1px 6px;} +button.link-like{ + border:none; + color: var(--link-fg); + background: none !important; + padding: unset; + text-align: unset; + cursor: pointer; + font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; + font-variant-ligatures: none; +} button{ border:none; padding:0.5em 2em; -- cgit v1.2.3