[Update] update page when call for page is overdue

This commit is contained in:
mysper
2021-02-22 18:47:05 +08:00
parent 72bd1db4e6
commit 2e90998388
2 changed files with 15 additions and 7 deletions

View File

@@ -108,7 +108,6 @@ $fontFamily: Noto Sans TC, monospace;
border-radius: 24px;
color: $white;
background: $mid-blue;
font-size: 14pt;
font-weight: bold;
@@ -149,6 +148,12 @@ $fontFamily: Noto Sans TC, monospace;
}
}
}
.cfp-body-gray {
background: #5F7A95;
}
.cfp-body-blue {
background: $mid-blue;
}
@include lg {
#news-header {
@@ -240,7 +245,7 @@ $fontFamily: Noto Sans TC, monospace;
border-radius: 24px;
color: $white;
background: $mid-blue;
//background: $mid-blue;
font-weight: bold;
font-size: 1em;