Skip to content

Commit

Permalink
hover response
Browse files Browse the repository at this point in the history
  • Loading branch information
elproffesore committed Dec 7, 2023
1 parent cd244f2 commit 3111b21
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ p + p {
max-width: 40vw;
background-color: var(--background-cursor);
border: 0.01em solid var(--primary);
padding: 1em;
padding: 1.5em;
pointer-events: all;
}
#cursor:active, #cursor:focus {
Expand Down Expand Up @@ -166,10 +166,14 @@ a[href^="#"] {
left: 1%;
top: 50%;
transform: translate(0, -50%);
z-index: 1;
z-index: 5;
color: var(--font);
pointer-events: all;
font-size: 0.8em;
cursor: pointer;
}
#menu p:hover{
text-decoration: underline;
}
#menu .active{
font-weight: bold;
Expand Down

0 comments on commit 3111b21

Please sign in to comment.