forked from kevadesu/forgejo
Various CSS tweaks (#21244)
- Remove arc-green specific rules and instead fix the colors in the base rules. - Make file table row border visible on arc-green. - Remove remnants of fomantic accordeon module that was removed.
This commit is contained in:
parent
301d84e83a
commit
3f9e323ecd
5 changed files with 61 additions and 99 deletions
|
@ -384,7 +384,7 @@
|
|||
}
|
||||
|
||||
tr:hover {
|
||||
background-color: #ffffee;
|
||||
background-color: var(--color-hover);
|
||||
}
|
||||
|
||||
tr.has-parent a {
|
||||
|
@ -3013,9 +3013,9 @@ tbody.commit-list {
|
|||
}
|
||||
|
||||
.tag-code,
|
||||
.tag-code td {
|
||||
background-color: #f0f9ff;
|
||||
border-color: #f1f8ff !important;
|
||||
.tag-code td,
|
||||
.tag-code .blob-excerpt {
|
||||
background-color: var(--color-box-body-highlight);
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
@ -3031,7 +3031,7 @@ tbody.commit-list {
|
|||
}
|
||||
|
||||
td.blob-excerpt {
|
||||
background-color: #fafafa;
|
||||
background-color: var(--color-secondary-alpha-30);
|
||||
}
|
||||
|
||||
.issue-keyword {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue