mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 03:22:12 +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;
|
||||
width: 45px;
|
||||
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;
|
||||
font-weight: bold;
|
||||
font-size: 0.9em;
|
||||
color: lighten($primary, 50%);
|
||||
color: dark-light-diff($primary, $secondary, 50%, 0%);
|
||||
|
||||
.custom-message {
|
||||
text-transform: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user