diff options
| author | soaos <soaos@soaos.dev> | 2025-09-24 00:55:08 -0400 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-09-24 00:55:08 -0400 |
| commit | f4ebafdcfcdf772fab47cf39601f682cf5549c85 (patch) | |
| tree | 36fcff25332eba2ed1956dc9d0611f64de689dca /style.css | |
| parent | 32aee04ba33d8837772564ddc2cd2fced34a78e4 (diff) | |
Added rockbox stats page
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |
