mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
Make Modular
This commit is contained in:
parent
8383a37f9a
commit
82ed312dfb
23 changed files with 747 additions and 78 deletions
|
@ -1,5 +1,6 @@
|
|||
:root,
|
||||
.theme-dark,
|
||||
:root {
|
||||
.theme-light {
|
||||
--font-primary: var(--xmc_custom_font), sans-serif !important;
|
||||
--font-display: var(--font-primary) !important;
|
||||
--font-code: var(--xmc_custom_font_mono), monospace !important;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
:root,
|
||||
.theme-dark,
|
||||
:root {
|
||||
.theme-light {
|
||||
--font-display: var(--font-primary) !important;
|
||||
}
|
||||
|
|
|
@ -40,8 +40,9 @@
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
:root,
|
||||
.theme-dark,
|
||||
:root {
|
||||
.theme-light {
|
||||
--font-primary: "Terminus (TTF) for Windows", "Terminus (TTF)",
|
||||
"Sazanami Gothic", "UnifontBitmap", "Unifont Windows", "Unifont", monospace !important;
|
||||
--font-display: "Terminus (TTF) for Windows", "Terminus (TTF)",
|
||||
|
@ -52,7 +53,7 @@
|
|||
--_font-titlebars: var(--font-primary) !important;
|
||||
}
|
||||
|
||||
[class^="menu-"] [class^="item-"],
|
||||
[class*="menu-"] [class^="item-"],
|
||||
[class^="containerDefault-"]
|
||||
> [class^="iconVisibility-"]
|
||||
> [class^="content-"]
|
||||
|
|
|
@ -16,8 +16,9 @@
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
:root,
|
||||
.theme-dark,
|
||||
:root {
|
||||
.theme-light {
|
||||
--font-primary: "Comic Sans MS", cursive !important;
|
||||
--font-display: "Comic Sans MS", cursive !important;
|
||||
--font-code: "Pointfree", "Untyped", monospace !important;
|
||||
|
|
|
@ -16,8 +16,9 @@
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
:root,
|
||||
.theme-dark,
|
||||
:root {
|
||||
.theme-light {
|
||||
--font-primary: "Comic Sans MS", cursive !important;
|
||||
--font-display: "Comic Sans MS", cursive !important;
|
||||
--font-code: "Untyped", "Pointfree", monospace !important;
|
||||
|
|
|
@ -49,17 +49,18 @@
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
:root,
|
||||
.theme-dark,
|
||||
:root {
|
||||
--font-primary: "Sazanami Gothic", "UnifontBitmap", "Unifont Windows",
|
||||
"Unifont", monospace, "Twemoji" !important;
|
||||
--font-display: "Sazanami Gothic", "UnifontBitmap", "Unifont Windows",
|
||||
"Unifont", monospace, "Twemoji" !important;
|
||||
.theme-light {
|
||||
--font-primary: "UnifontBitmap", "Unifont Windows", "Unifont", monospace,
|
||||
"Twemoji" !important;
|
||||
--font-display: "UnifontBitmap", "Unifont Windows", "Unifont", monospace,
|
||||
"Twemoji" !important;
|
||||
--font-code: "Terminus (TTF) for Windows", "Terminus (TTF)", "Sazanami Gothic",
|
||||
"UnifontBitmap", "Unifont Windows", "Unifont", monospace !important;
|
||||
}
|
||||
|
||||
[class^="menu-"] [class^="item-"],
|
||||
[class*="menu-"] [class^="item-"],
|
||||
[class^="containerDefault-"] [class^="name-"],
|
||||
[class^="membersGroup-"] {
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue