vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-10-25 19:25:41 +01:00
parent cf5e8fe357
commit 67499ffc1c

View file

@ -1388,6 +1388,48 @@
}
}
/* repository: files */
.repository.commits {
.container {
#git-graph-container {
#rel-container {
@if $nojavascript == true {
display: none;
}
}
#rev-container {
ul#rev-list {
li {
code {
a {
color: $white;
&:hover {
color: $red;
}
}
}
span {
a {
color: $white;
&:hover {
color: $red;
}
}
&.author {
color: $white;
}
&.time {
color: $white-dark;
}
}
}
}
}
}
}
}
/* repository: branches */
.repository.branches {