mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 07:46:23 +08:00
FIX: Small-actions in dark theme
This commit is contained in:
parent
924e67af9d
commit
75f7631367
@ -269,7 +269,7 @@ table.md-table {
|
|||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
width: 45px;
|
width: 45px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: lighten($primary, 75%);
|
color: dark-light-diff($primary, $secondary, 75%, 20%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -279,7 +279,7 @@ table.md-table {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: lighten($primary, 50%);
|
color: dark-light-diff($primary, $secondary, 50%, 0%);
|
||||||
|
|
||||||
.custom-message {
|
.custom-message {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user