From 638232da6ad7fe4bee8874fc7cf12c2cb1504e04 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 5 Mar 2026 22:21:02 -0800 Subject: update everything to work with font --- style.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index f6fb041..0ee3405 100644 --- a/style.css +++ b/style.css @@ -87,9 +87,6 @@ input { } } -/* ----------------------------------------------- */ -/* Various classes for messages of different kinds */ -/* ----------------------------------------------- */ .isa_info, .isa_success, .isa_warning, @@ -155,9 +152,6 @@ mjx-container[jax="CHTML"] { text-align: left !important; } -/* --------------------------------------------- */ -/* Bold hover animations on links and clickables */ -/* --------------------------------------------- */ a { cursor: pointer; color: var(--link-color); @@ -197,14 +191,12 @@ a { display: block; font-size: 15px; - /* Standard state: Dark text, transparent background */ &, &:visited { color: var(--text-main); background-color: transparent; text-decoration: none; } - /* Hover state: Invert it so it highlights beautifully! */ &:hover, &:visited:hover { color: var(--bg-main); background-color: var(--text-main); -- cgit v1.3