vrifox/gitea-theme
Archived
1
0
Fork 0

fixed repository summary for gitea 1.14

This commit is contained in:
Vrifox 2021-04-25 17:29:28 +02:00
parent 26cd8cbd51
commit fd8d20f362
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -145,6 +145,7 @@
}
}
.repository-summary {
background: none;
border: 0;
box-shadow: none;
@if $nojavascript == true {
@ -158,7 +159,7 @@
.item {
border-radius: 0 !important;
margin: 0;
padding: 0;
padding: 0 !important;
&.active {
background: initial;
border-bottom: 2px solid $white;
@ -170,7 +171,7 @@
span {
color: $white !important;
display: block;
padding: 10px;
padding: 19px;
}
a {
transition: background .2s;