diff --git a/Applications/Internet/Cyberia.app/Resources/Default.css b/Applications/Internet/Cyberia.app/Resources/Default.css index e1e90e4..c899f67 100644 --- a/Applications/Internet/Cyberia.app/Resources/Default.css +++ b/Applications/Internet/Cyberia.app/Resources/Default.css @@ -1,13 +1,13 @@ Document { - background-color: #ffffff; - color: #000000; + background-color: white; + color: black; font-family: "serif"; font-size: 16px; font-weight: 400; } a { - color: #0000ee; + color: mediumblue; text-decoration: underline } @@ -92,6 +92,17 @@ h6 { font-weight: bold; } +hr { + display: block; + margin-top: 0.5em; + margin-bottom: 0.5em; + margin-left: auto; + margin-right: auto; + border-top: 1px solid dimgray; + border-bottom: 1px solid lightgray; + width: auto; +} + mark { background-color: yellow; color: black