From f4ebafdcfcdf772fab47cf39601f682cf5549c85 Mon Sep 17 00:00:00 2001 From: soaos Date: Wed, 24 Sep 2025 00:55:08 -0400 Subject: Added rockbox stats page --- style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 03f81d9..c45a247 100644 --- a/style.css +++ b/style.css @@ -44,6 +44,14 @@ body { perspective-origin: top left } +pre, code, samp { + font-family: unifont; +} + +samp { + color: var(--gray2) +} + .section { margin: 1rem; padding: 1rem; @@ -188,3 +196,12 @@ a.evil:hover { flex-direction: column; align-items: center; } + +/* Links */ +a { + color: var(--blue); +} + +a:visited { + color: var(--purple); +} \ No newline at end of file -- cgit v1.2.3