1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

Add grey bg to tabs on repo page

This commit is contained in:
chriswatt 2016-02-14 23:09:33 +00:00
parent de3be370f7
commit c47866b34a
4 changed files with 181 additions and 74 deletions

View file

@ -2,7 +2,7 @@
body {
font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';
background-color: #FAFAFA;
background-color: #fff;
overflow-y: scroll;
}
img {

View file

@ -69,6 +69,11 @@
}
}
}
.header-wrapper {
background-color: #FAFAFA;
margin-top: -15px;
padding-top: 15px;
}
.filter.menu {
.label.color {
margin-left: 15px;