mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
FIX: Small-actions in dark theme
This commit is contained in:
parent
924e67af9d
commit
75f7631367
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue