Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
wshick committed Dec 30, 2024
1 parent a15be53 commit ac17168
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ a:visited {
}

a:hover {
color: #0080ff;
text-decoration: none;
color: #000;
background-color: #fff;
}

a:active {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit ac17168

Please sign in to comment.