mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-10-01 04:35:37 -04:00
Merge pull request #31 from recanman/recanman/patch1
Fix mobile color bug
This commit is contained in:
commit
2725d93cdf
@ -37,8 +37,8 @@ p.table-title {
|
||||
border-radius: 2px;
|
||||
overflow: hidden;
|
||||
border-spacing: 0;
|
||||
background-color: var(--block-bg-color);
|
||||
@media (min-width: $breakpoint-alpha) {
|
||||
background-color: var(--block-bg-color);
|
||||
color: #45494f;
|
||||
tr.row3 {
|
||||
background-color: var(--blog-bg-color-secondary);
|
||||
@ -104,7 +104,7 @@ p.table-title {
|
||||
}
|
||||
|
||||
th, td:before {
|
||||
color: #fff;
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
td.green {
|
||||
|
Loading…
Reference in New Issue
Block a user