vrifox/gitea-theme
Archived
1
0
Fork 0

fixed profile card for gitea 1.14

This commit is contained in:
Vrifox 2021-04-25 16:35:18 +02:00
parent 232cefc477
commit ece82fb248
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -7,8 +7,7 @@
.five.column {
.card {
background: $bg50;
box-shadow: none;
color: $white;
border: none;
position: sticky;
top: 20px;
.content {
@ -17,9 +16,9 @@
}
}
.extra.content {
ul.text.black {
color: $white;
ul {
li {
color: $white;
@if $nojavascript == true {
padding: 10px 20px;
}