mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 05:09:30 +08:00
FIX: Make small-actions stick out less dark theme
This commit is contained in:
parent
7f46458204
commit
6819c2d47c
|
@ -276,7 +276,7 @@ table.md-table {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
width: 45px;
|
width: 45px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: dark-light-diff($primary, $secondary, 75%, 20%);
|
color: dark-light-diff($primary, $secondary, 75%, -20%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -286,7 +286,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: dark-light-diff($primary, $secondary, 50%, 0%);
|
color: dark-light-diff($primary, $secondary, 50%, -30%);
|
||||||
|
|
||||||
.custom-message {
|
.custom-message {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user