targets #1
This commit is contained in:
parent
cf5e8fe357
commit
67499ffc1c
1 changed files with 42 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue