Implement the light mode using Forgejo's colour pallete (closes #51)
This commit is contained in:
parent
749d442bd8
commit
5b59956016
3 changed files with 111 additions and 14 deletions
|
|
@ -7,6 +7,11 @@
|
|||
--prosemirror-menu-colour: var(--steel-100);
|
||||
--prosemirror-menu-background: var(--steel-750);
|
||||
--prosemirror-divider-colour: var(--steel-250);
|
||||
--prosemirror-table-row-color-odd: var(--steel-550);
|
||||
--prosemirror-table-row-color-even: var(--steel-600);
|
||||
--prosemirror-code-colour: var(--steel-200);
|
||||
--prosemirror-code-background: var(--steel-700);
|
||||
--prosemirror-blockquote-border: var(--steel-200);
|
||||
|
||||
--spinner-outer-colour: white;
|
||||
--spinner-inner-colour: #FF3D00;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue