wowana.me

website source


commit 6d322aec038a26c0fc9877fc2a593850acfad4a0
parent 3c753970c2e276fe81ccabd2098f40b1d7892265
Author: opal hart <opal@wowana.me>
Date:   Fri, 12 Jul 2019 07:28:12 +0000

update css

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

diff --git a/out/opal.css b/out/opal.css @@ -1,6 +1,6 @@ html { - background-color: #ffdbf4; - color: #402c70; + background-color: #ffe2f7; + color: #2a0217; font: 1em Georgia, serif; } body { @@ -12,7 +12,7 @@ body { hr { border-width: .2em 0 0; border-style: dashed; - border-color: #402c70; + border-color: #2a0217; max-width: 3em; } .sidebar-holder { @@ -23,7 +23,7 @@ hr { .sidebar { background: #fff; width: 290px; - border: .1em solid #402c70; + border: .1em solid #2a0217; border-radius: .3em; } .sidebar p, @@ -32,10 +32,6 @@ hr { padding: 0em .4em; text-align: center; } -.sidebar a { - color: #402c70; - text-decoration: underline; -} .main { display: inline-block; padding: 1em; @@ -49,17 +45,17 @@ hr { text-indent: 1em; } blockquote { - color: #496723; + color: #832917; } dt { font-weight: bold; } summary, .main a { - color: #402c70; + color: #680285; text-decoration: underline; } summary:hover, .main a:hover { - color: #bf97e0; + color: #d16dc1; text-decoration: none; } kbd { @@ -68,13 +64,14 @@ kbd { margin: 0 .5em; border-style: solid; } -a[href] { - color: #805c90; +.sidebar a:not(.nolink) { + color: #2a0217; + text-decoration: underline; } .nolink, .sidebar a:hover { - color: #402c70!important; - text-decoration: none!important; + color: #2a0217; + text-decoration: none; } summary { cursor: pointer; @@ -88,6 +85,20 @@ summary { padding: 0; } .topnav ul li { - border-top: .1em solid #fed8fc; + border-top: .1em solid #ffe2f7; padding: .2em .4em; } +table { + border: .1em solid #d178ed; + border-collapse: collapse; + border-spacing: 0; +} +table tr:nth-child(2n+1) { + background-color: #e7e2ff; +} +table th, table td { + padding: .1em .3em; +} +table th { + background-color: #d178ed; +}