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