diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-05 22:21:02 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-05 22:21:02 -0800 |
| commit | 638232da6ad7fe4bee8874fc7cf12c2cb1504e04 (patch) | |
| tree | 9b9a5f679bcf68476e0be429060db27522a95076 /style.css | |
| parent | 034e1c70a6304965475aeeabeaf735228db02bba (diff) | |
update everything to work with font
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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); |
