wowana.me

website source


commit 9eaee050d480d56a33ebae0e8fa4c6463f3ca027
parent a9675b6aba0eef72f143d5fd07eace217a623574
Author: opal hart <opal@wowana.me>
Date:   Thu,  6 Jun 2019 02:57:53 +0000

change text colour + a:hover css

Diffstat:
Mout/opal.css | 16++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/out/opal.css b/out/opal.css @@ -1,6 +1,6 @@ html { background-color: #ffdbf4; - color: #000; + color: #402c70; font: 1em Georgia, serif; } body { @@ -12,7 +12,7 @@ body { hr { border-width: .2em 0 0; border-style: dashed; - border-color: #000; + border-color: #402c70; max-width: 3em; } .sidebar-holder { @@ -23,7 +23,7 @@ hr { .sidebar { background: #fff; width: 290px; - border: .1em solid #080001; + border: .1em solid #402c70; border-radius: .3em; } .sidebar p, @@ -33,7 +33,7 @@ hr { text-align: center; } .sidebar a { - color: #000; + color: #402c70; text-decoration: underline; } .main { @@ -55,9 +55,13 @@ dt { font-weight: bold; } summary, .main a { - color: #000; + color: #402c70; text-decoration: underline; } +summary:hover, .main a:hover { + color: #bf97e0; + text-decoration: none; +} kbd { border-width: 0 .1em; padding: 0 .5em; @@ -69,7 +73,7 @@ a[href] { } .nolink, .sidebar a:hover { - color: #000!important; + color: #402c70!important; text-decoration: none!important; } summary {