mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-08 08:58:55 +08:00
fix(style): fix the issue mentioned in #127
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user