diff --git a/src/index.html b/src/index.html index 648c46b..f7d0170 100644 --- a/src/index.html +++ b/src/index.html @@ -15,6 +15,7 @@ background-color: #181818; color: #ddd; font-family: 'Courier New', Courier, monospace; + font-weight: bold; } main { @@ -30,11 +31,16 @@ } a { - color: #eee; - font-weight: bold; + color: #c00; text-decoration: none; } + .links { + display: flex; + flex-direction: row; + gap: 0.5rem; + } + .links:before { content: "["; } @@ -57,6 +63,8 @@