mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-16 15:23:16 +00:00
add theme linernotes_dark
This commit is contained in:
parent
79f25fa452
commit
ae42207b8d
35 changed files with 1613 additions and 0 deletions
11
app/javascript/styles/mfc/variables.scss
Normal file
11
app/javascript/styles/mfc/variables.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/* define scss variables in palette.scss of subtheme */
|
||||
:root {
|
||||
--bgPage: $bgPage;
|
||||
--bg: $bg;
|
||||
--bgHead: $bgHead;
|
||||
--text: $text;
|
||||
--textBold: $textBold;
|
||||
--textMuted: $textMuted;
|
||||
--textHead: $textHead;
|
||||
--accent: $accent;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue