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
11ffc55d4e
commit
4f52753ca2
25 changed files with 681 additions and 54 deletions
|
@ -1,6 +1,6 @@
|
|||
.theme-dark,
|
||||
:root {
|
||||
:root {
|
||||
--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 +0,0 @@
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.theme-dark,
|
||||
:root {
|
||||
:root {
|
||||
--font-display: var(--font-primary) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,13 +41,13 @@
|
|||
}
|
||||
|
||||
.theme-dark,
|
||||
:root {
|
||||
--font-primary: "Terminus (TTF) for Windows", "Terminus (TTF)", "Unifont Windows", "Unifont",
|
||||
monospace !important;
|
||||
--font-display: "Terminus (TTF) for Windows", "Terminus (TTF)", "Unifont Windows", "Unifont",
|
||||
monospace !important;
|
||||
--font-code: "Terminus (TTF) for Windows", "Terminus (TTF)", "Unifont Windows", "Unifont",
|
||||
monospace !important;
|
||||
:root {
|
||||
--font-primary: "Terminus (TTF) for Windows", "Terminus (TTF)",
|
||||
"Unifont Windows", "Unifont", monospace !important;
|
||||
--font-display: "Terminus (TTF) for Windows", "Terminus (TTF)",
|
||||
"Unifont Windows", "Unifont", monospace !important;
|
||||
--font-code: "Terminus (TTF) for Windows", "Terminus (TTF)", "Unifont Windows",
|
||||
"Unifont", monospace !important;
|
||||
|
||||
--_font-titlebars: var(--font-primary) !important;
|
||||
}
|
||||
|
@ -107,6 +107,7 @@ span[class="role-tag"],
|
|||
font-size: 0.75em !important;
|
||||
}
|
||||
|
||||
[class^="codeBlockText-"], [class^="codeLine-"] {
|
||||
[class^="codeBlockText-"],
|
||||
[class^="codeLine-"] {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
}
|
||||
|
||||
.theme-dark,
|
||||
:root {
|
||||
:root {
|
||||
--font-primary: "Comic Sans MS", cursive !important;
|
||||
--font-display: "Comic Sans MS", cursive !important;
|
||||
--font-code: "Pointfree", "Untyped", monospace !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
}
|
||||
|
||||
.theme-dark,
|
||||
:root {
|
||||
:root {
|
||||
--font-primary: "Comic Sans MS", cursive !important;
|
||||
--font-display: "Comic Sans MS", cursive !important;
|
||||
--font-code: "Untyped", "Pointfree", monospace !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -50,11 +50,11 @@
|
|||
}
|
||||
|
||||
.theme-dark,
|
||||
:root {
|
||||
:root {
|
||||
--font-primary: "Unifont Windows", "Unifont", monospace !important;
|
||||
--font-display: "Unifont Windows", "Unifont", monospace !important;
|
||||
--font-code: "Terminus (TTF) for Windows", "Terminus (TTF)", "Unifont Windows", "Unifont",
|
||||
monospace !important;
|
||||
--font-code: "Terminus (TTF) for Windows", "Terminus (TTF)", "Unifont Windows",
|
||||
"Unifont", monospace !important;
|
||||
}
|
||||
|
||||
[class^="menu-"] [class^="item-"],
|
||||
|
@ -63,4 +63,4 @@
|
|||
font-size: 16px;
|
||||
text-transform: none;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue