28 lines
357 B
CSS
28 lines
357 B
CSS
::deep a,
|
|
::deep a.invert:hover{
|
|
|
|
color: #64ae24;
|
|
}
|
|
|
|
::deep a.invert,
|
|
::deep a:hover {
|
|
color: #533a20;
|
|
}
|
|
|
|
.green {
|
|
color: #64ae24;
|
|
}
|
|
|
|
.pc-main {
|
|
flex-basis: 0;
|
|
flex-grow: 1;
|
|
max-width: 480px;
|
|
border: 1px solid #533a20;
|
|
border-radius: 7px;
|
|
margin: 5px;
|
|
padding: 16px;
|
|
}
|
|
|
|
.complete {
|
|
background: #76ff003b;
|
|
} |