diff --git a/static/style.css b/static/style.css index 9b1bd95..b14647c 100644 --- a/static/style.css +++ b/static/style.css @@ -36,7 +36,9 @@ a:visited { } a:hover { - color: #0080ff; + text-decoration: none; + color: #000; + background-color: #fff; } a:active { @@ -71,22 +73,21 @@ a:active { } .menu { - display: inline-block; + display: block; color: #fff; text-decoration: none; } details > summary { - list-style-type: "+ "; + list-style-type: " + "; } details[open] > summary { - list-style-type: "- "; + list-style-type: " - "; } .projects li { - list-style-type: "| "; - margin: 0.5ex 0 0.5ex 4ch; + list-style-type: " | "; } main {