vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-10-30 16:01:19 +01:00
parent 1b658bb904
commit 74a3c54e87

View file

@ -4,6 +4,7 @@
.user {
.container {
.grid {
.five.column {
.card {
background: $bg50;
box-shadow: none;
@ -16,11 +17,21 @@
}
}
.extra.content {
ul {
ul.text.black {
color: $white;
li:not(:last-child) {
li {
@if $nojavascript == true {
padding: 10px 20px;
}
&:not(:last-child) {
border-bottom: 1px solid $bg60;
}
svg {
@if $nojavascript == true {
display: none;
}
}
}
a {
color: $white-light;
&:hover {
@ -30,6 +41,8 @@
}
}
}
}
.eleven.column {
.secondary.pointing.menu {
background: $bg70;
border: 0;
@ -151,6 +164,7 @@
}
}
}
}
}
/* user: profile public activity */
@ -158,6 +172,12 @@
.user.profile {
.container {
.grid {
.eleven.column {
#user-heatmap {
@if $nojavascript == true {
display: none;
}
}
.feeds {
.news {
.content {
@ -177,6 +197,7 @@
}
}
}
}
}
/* user: signin */