Skip to content

Commit

Permalink
favors
Browse files Browse the repository at this point in the history
  • Loading branch information
deilann committed Sep 28, 2023
1 parent a05f98f commit 58020f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gender-validation/genderstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ h2 {
padding-bottom: 5px;
}

/*

h2:hover {
color:#ff238e;
background-color:#7d12ff;
border-top: 5px solid #13ABC4;
border-bottom: 5px solid #ff238e;
text-shadow: -1px -1px #0abdc6, 1px 1px #7d12ff, 2px 2px #ff238e, 4px 4px #00b8ff, 6px 6px #00fff9, 9px 9px #ab46d2;
}
*/


h3 {
font-size: 1.25rem;
Expand Down Expand Up @@ -129,11 +129,9 @@ legend {
text-shadow: -1px -1px 1px #13ABC4, 0px 0px 5px #13ABC4;
}

/*
legend:hover {
text-shadow: -1px -1px 1px #ff238e, 0px 0px 5px #ff238e;
}
*/

button {
text-align: center;
Expand Down

0 comments on commit 58020f2

Please sign in to comment.