Update the item sheet styling to use Forgejo colours in dark mode
This commit is contained in:
parent
c9ad0d8a4e
commit
66d2452d1d
5 changed files with 97 additions and 7 deletions
|
|
@ -1,7 +1,8 @@
|
|||
.taf > .window-content hr {
|
||||
color: inherit;
|
||||
display: block;
|
||||
height: 1px;
|
||||
background: rebeccapurple;
|
||||
background: var(--divider-color, rebeccapurple);
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue