mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
fix gitgraph commit hashes in dark theme (#10046)
because the CSS was lazy-loaded the rules in arc-green did not win. included the css file in the main bundle to fix. the black dots can not be fixed via CSS because they are drawn in a `<canvas>` element unfortunately.
This commit is contained in:
parent
b9690d7c0b
commit
7c84dbca4f
3 changed files with 2 additions and 6 deletions
|
@ -14,3 +14,4 @@
|
|||
@import "_explore";
|
||||
@import "_review";
|
||||
@import "~highlight.js/styles/github.css";
|
||||
@import "../css/gitGraph.css";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue