File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 55@import "site/switch.css" ;
66@import "site/layout.css" ;
77@import "site/term.css" ;
8+ @import "site/footer.css" ;
89@import "blog/post.css" ;
910@import "blog/pagination.css" ;
1011@import "blog/single.css" ;
Original file line number Diff line number Diff line change 1+ @media (max-width : 767px ) {
2+ .gh-powered-by , .gh-foot-menu {
3+ display : none;
4+ }
5+
6+ }
Original file line number Diff line number Diff line change 77 font-weight : 600 ;
88}
99
10- .gh-head .gh-outer {
11- background-color : # a3c2e0 ;
10+ .gh-head .gh-outer ,
11+ .is-head-open : not (.is-head-brand ): not (.is-head-dark ): not (.is-head-transparent ) # gh-head ,
12+ .is-head-open : not (.is-head-brand ): not (.is-head-dark ): not (.is-head-transparent ) # gh-head .gh-head-actions {
13+ background-color : # a3c2e0 !important ;
1214}
1315
1416.gh-head-logo img {
You can’t perform that action at this time.
0 commit comments