vrifox/gitea-theme
Archived
1
0
Fork 0

fixed language stats for gitea 1.14

This commit is contained in:
Vrifox 2021-04-25 17:23:54 +02:00
parent 757b502ee0
commit 26cd8cbd51
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -187,6 +187,7 @@
} }
.horizontal.list { .horizontal.list {
.item { .item {
color: $white;
@if $nojavascript == true { @if $nojavascript == true {
border-radius: 0; border-radius: 0;
padding: 10px; padding: 10px;
@ -202,12 +203,6 @@
} }
} }
span { span {
color: $white;
@if $nojavascript == true {
display: flex;
margin: 0 auto;
width: min-content;
}
b { b {
@if $nojavascript == true { @if $nojavascript == true {
font-weight: 400; font-weight: 400;