fixed profile card for gitea 1.14
This commit is contained in:
parent
232cefc477
commit
ece82fb248
1 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue