diff options
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 |
