From ac1716838bf35d6b9bf09457eac92362c0b9ffa1 Mon Sep 17 00:00:00 2001 From: Will Shick Date: Mon, 30 Dec 2024 17:31:24 -0500 Subject: [PATCH] Update style.css --- static/style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 {