mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-22 19:13:29 +01:00
fix mobile color bug
This commit is contained in:
parent
1f3c3d8160
commit
040685e497
@ -37,8 +37,8 @@ p.table-title {
|
|||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
|
background-color: var(--block-bg-color);
|
||||||
@media (min-width: $breakpoint-alpha) {
|
@media (min-width: $breakpoint-alpha) {
|
||||||
background-color: var(--block-bg-color);
|
|
||||||
color: #45494f;
|
color: #45494f;
|
||||||
tr.row3 {
|
tr.row3 {
|
||||||
background-color: var(--blog-bg-color-secondary);
|
background-color: var(--blog-bg-color-secondary);
|
||||||
@ -104,7 +104,7 @@ p.table-title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
th, td:before {
|
th, td:before {
|
||||||
color: #fff;
|
color: var(--link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
td.green {
|
td.green {
|
||||||
|
Loading…
Reference in New Issue
Block a user