summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2025-09-24 00:55:08 -0400
committersoaos <soaos@soaos.dev>2025-09-24 00:55:08 -0400
commitf4ebafdcfcdf772fab47cf39601f682cf5549c85 (patch)
tree36fcff25332eba2ed1956dc9d0611f64de689dca /style.css
parent32aee04ba33d8837772564ddc2cd2fced34a78e4 (diff)
Added rockbox stats page
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 17 insertions, 0 deletions
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