mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
fix dark bg issues with time gaps
This commit is contained in:
parent
b1848cee87
commit
b8c88ed46c
1 changed files with 3 additions and 3 deletions
|
@ -208,7 +208,7 @@ blockquote > *:last-child {
|
||||||
.gap {
|
.gap {
|
||||||
background-color: dark-light-diff($primary, $secondary, 90%, -60%);
|
background-color: dark-light-diff($primary, $secondary, 90%, -60%);
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
color: lighten($primary, 60%);
|
color: dark-light-choose(scale-color($primary, $lightness: 60%), scale-color($secondary, $lightness: 40%));
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
@ -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-choose(scale-color($primary, $lightness: 75%), scale-color($secondary, $lightness: 25%));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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%, -30%);
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
||||||
|
|
||||||
.custom-message {
|
.custom-message {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
|
Loading…
Reference in a new issue