Skip to content

Commit

Permalink
modified: css/styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MEGATREX4 committed Oct 23, 2023
1 parent 14f4747 commit 00f8cef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -364,14 +364,14 @@ body {

.notcompleted:hover{
background: linear-gradient(135deg,
rgba(126, 113, 41,.3)0%,
rgba(126, 113, 41,.3) 25%,
rgba(197, 186, 118,.3)0%,
rgba(197, 186, 118,.3) 25%,
rgba(197, 186, 118,.3) 50%,
rgba(126, 113, 41,.3) 25%,
rgba(126, 113, 41,.3) 50%,
rgba(126, 113, 41,.3) 75%,
rgba(197, 186, 118,.3) 50%,
rgba(197, 186, 118,.3) 75%,
rgba(197, 186, 118,.3) 100%);
rgba(126, 113, 41,.3) 75%,
rgba(126, 113, 41,.3) 100%);

color: white;
}
Expand Down

0 comments on commit 00f8cef

Please sign in to comment.