diff options
author | 2025-04-20 13:28:11 -0400 | |
---|---|---|
committer | 2025-04-20 13:28:11 -0400 | |
commit | 0435e96067b7e8e8527708839ecf09f7998d17bf (patch) | |
tree | c0811804451f30bba6f4a4212a1bee8a5b2ca435 /common.css | |
parent | 857e82c3d613a23c8b74b6b42754618b8de57398 (diff) | |
download | web-0435e96067b7e8e8527708839ecf09f7998d17bf.tar.xz |
2025 home page refresh.
Diffstat (limited to 'common.css')
-rw-r--r-- | common.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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; |