mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
refactor: adapt to GitHub layout change
This commit is contained in:
parent
cd0abb3d4b
commit
739ad0403a
1 changed files with 4 additions and 2 deletions
|
|
@ -22,8 +22,10 @@
|
|||
}
|
||||
|
||||
.@{name}-ready {
|
||||
.Header > div, // legacy selector, remove when github deprecate this
|
||||
header > div {
|
||||
.js-header-wrapper {
|
||||
background: #24292e;
|
||||
}
|
||||
.Header {
|
||||
width: 1012px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue