From 0b381bf11948679c4b80db0122daa53ad3ffc948 Mon Sep 17 00:00:00 2001 From: Alec Murphy Date: Tue, 15 Apr 2025 15:33:22 -0400 Subject: [PATCH] Meta: Update Default.css --- Applications/Internet/Cyberia.app/Resources/Default.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Applications/Internet/Cyberia.app/Resources/Default.css b/Applications/Internet/Cyberia.app/Resources/Default.css index 79c95f2..4573619 100644 --- a/Applications/Internet/Cyberia.app/Resources/Default.css +++ b/Applications/Internet/Cyberia.app/Resources/Default.css @@ -6,6 +6,10 @@ Document { font-weight: 400; } +code { + font-family: monospace +} + h1 { font-size: 2em; font-weight: bold @@ -33,4 +37,9 @@ h5 { h6 { font-size: 0.67em; font-weight: bold +} + +mark { + background-color: yellow; + color: black } \ No newline at end of file