diff --git a/bedstead.css b/bedstead.css index 6f46de2..b7a6185 100644 --- a/bedstead.css +++ b/bedstead.css @@ -33,3 +33,16 @@ h1, h2 { ul { list-style-type: "\2022 "; } + +/* Colours that make Bedstead look better (imitating my green monitor) */ +body { + background-color: #222; + color: #8f8; +} + +:link { + color: #cfc; +} +:visited { + color: #bfb; +}