Update the item sheet styling to use Forgejo colours in dark mode

This commit is contained in:
Oliver 2026-04-05 19:18:32 -06:00
parent c9ad0d8a4e
commit 66d2452d1d
5 changed files with 97 additions and 7 deletions

View file

@ -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;