[Refactor] Tidy up the color variables.
This commit is contained in:
@@ -66,7 +66,6 @@
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
color: var(--dark_basic_text_color);
|
||||
}
|
||||
|
||||
.accept_button {
|
||||
@@ -137,7 +136,6 @@
|
||||
gap: 0.6rem;
|
||||
}
|
||||
.version_desc_point {
|
||||
background-color: var(--dark_basic_text_color);
|
||||
width: 0.3rem;
|
||||
border-radius: 50%;
|
||||
aspect-ratio: 1 / 1;
|
||||
@@ -147,5 +145,4 @@
|
||||
max-width: 48rem;
|
||||
// text-align: center;
|
||||
font-weight: 300;
|
||||
color: var(--dark_basic_text_color);
|
||||
}
|
||||
Reference in New Issue
Block a user