summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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