forked from kevadesu/forgejo
Lighter icon colors for repo files (#3351)
* Lighter icon colors for repo files * also color submodule icon
This commit is contained in:
parent
991ce42c48
commit
b1133c9934
2 changed files with 10 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
.item {
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
.label.color {
|
||||
padding: 0 8px;
|
||||
margin-right: 5px;
|
||||
|
@ -180,9 +180,13 @@
|
|||
.octicon {
|
||||
margin-left: 3px;
|
||||
margin-right: 5px;
|
||||
color: #777;
|
||||
&.octicon-mail-reply {
|
||||
margin-right: 10px;
|
||||
}
|
||||
&.octicon-file-directory, &.octicon-file-submodule {
|
||||
color: #1e70bf;
|
||||
}
|
||||
}
|
||||
}
|
||||
td {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue