vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-10-14 11:46:04 +02:00
parent 7b9e02aebf
commit 01404e960e

View file

@ -566,11 +566,51 @@
}
}
}
.label.green {
background: rgb(100, 200, 130);
.svg {
@if $nojavascript == true {
display: none;
.label {
&.green {
background: rgb(100, 200, 130);
.svg {
@if $nojavascript == true {
display: none;
}
}
}
&.red {
background: rgb(255, 130, 130);
.svg {
@if $nojavascript == true {
display: none;
}
}
}
}
}
&.comment-list {
.timeline {
&::before {
background: rgb(60, 60, 90);
}
.timeline-item {
.content {
.header {
background: rgb(60, 60, 90);
&::after {
border-right-color: rgb(60, 60, 90);
}
&::before {
border-right-color: transparent;
}
.text.grey {
color: rgb(215, 215, 225) !important;
a {
color: rgb(255, 255, 255) !important;
}
}
}
.segment {
background: rgb(50, 50, 75);
border: 0;
}
}
}
}