fix(style): fix the issue mentioned in #127

This commit is contained in:
Brayn Lee
2021-09-05 02:07:33 +08:00
committed by 神戸小鳥
parent 7e808e1bde
commit f730eaa0e6
6 changed files with 42 additions and 7 deletions

View File

@@ -167,7 +167,6 @@ body {
border-radius: 0.2rem;
cursor: pointer;
color: #EEEEEE;
user-select: none;
}
.grade1b,
@@ -181,19 +180,41 @@ body {
background-color: rgb(70, 70, 70);
border: #f8f8f8 2px solid !important;
}
.grade1,
.grade1b::before {
background-color: rgb(116, 191, 255) !important;
}
.grade1b {
background-color: rgb(116, 191, 255);
border: #f8f8f8 2px solid !important;
}
.grade2,
.grade2b::before {
background-color: rgb(226, 167, 255) !important;
}
.grade2b {
background-color: rgb(226, 167, 255);
border: #f8f8f8 2px solid !important;
}
.grade3,
.grade3b::before {
background-color: #ffa07a !important;
}
.grade3b {
background-color: #ffa07a;
border: #f8f8f8 2px solid !important;
}
.grade1b,
.grade2b,
.grade3b {
padding-left: 1.5rem;
box-sizing: border-box;
}
.grade0b:hover {
background-color: rgb(202, 202, 202);
color: #3b3b3b;