forked from forgejo/forgejo
Reorganize Chroma styles (#13934)
This moves the Chroma styles into separate files with base,light and dark variants. Should work exactly as before.
This commit is contained in:
parent
5fdf500ace
commit
160f606a15
7 changed files with 189 additions and 751 deletions
|
@ -7,6 +7,9 @@
|
|||
@import "./features/heatmap.less";
|
||||
@import "./markdown/mermaid.less";
|
||||
|
||||
@import "./chroma/base.less";
|
||||
@import "./chroma/light.less";
|
||||
|
||||
@import "_svg";
|
||||
@import "_tribute";
|
||||
@import "_base";
|
||||
|
@ -22,6 +25,5 @@
|
|||
@import "_admin";
|
||||
@import "_explore";
|
||||
@import "_review";
|
||||
@import "_chroma";
|
||||
|
||||
@import "./helpers.less";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue