diff --git a/index.php b/index.php index dbc67d9..5b09bf0 100644 --- a/index.php +++ b/index.php @@ -145,6 +145,21 @@ $next = $sites[($index + 1) % $total]; --orange0: #d65d0e; --orange1: #fe8019; } + +a { + color: var(--blue1); +} + +a:visited { + color: var(--purple1); +} + +p { + text-align: justify; + hyphens: auto; + word-break: break-word; +} + #ring { border-radius: var(--brad); background-color: var(--bg2);