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