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:
parent
de3be370f7
commit
c47866b34a
4 changed files with 181 additions and 74 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
body {
|
||||
font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';
|
||||
background-color: #FAFAFA;
|
||||
background-color: #fff;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
img {
|
||||
|
|
|
@ -69,6 +69,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.header-wrapper {
|
||||
background-color: #FAFAFA;
|
||||
margin-top: -15px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
.filter.menu {
|
||||
.label.color {
|
||||
margin-left: 15px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue