Skip to content

Commit

Permalink
make links prettier
Browse files Browse the repository at this point in the history
no color
  • Loading branch information
CodedCells committed Jan 5, 2024
1 parent 907bf1c commit 9de19e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion new/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ body {
cursor: pointer;
}

a {
color: inherit;
}

.menuOption:hover {
color: #EDD185;
opacity: 1;
Expand All @@ -43,7 +47,7 @@ body {
100% { opacity: 0.3; transform: scale(1.2); }
}

h2 {
h2, h3 {
margin-bottom: 0;
}

Expand Down

0 comments on commit 9de19e6

Please sign in to comment.