fix colors

This commit is contained in:
SoftFever 2023-03-09 01:05:51 +08:00
parent 7a53dd60f2
commit 3470460931
10 changed files with 20 additions and 20 deletions

View file

@ -62,7 +62,7 @@ body
/*-----Right Top MenuBtn-----*/
.MenuItem:hover
{
border-color: #00f0d9;
border-color: #4db6ac;
background-color: #004942;
}

View file

@ -169,7 +169,7 @@ body
font-size: 14px;
height: 24px;
line-height: 24px;
color: #00f0d9;
color: #4db6ac;
border: 1px solid #009688;
border-radius: 4px;
cursor: pointer;
@ -270,7 +270,7 @@ body
.MenuItem:hover
{
border-color: #00f0d9;
border-color: #4db6ac;
background-color: #E0FCEB;
}