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
03240a2bbe
commit
6df38a2df7
4 changed files with 24 additions and 14 deletions
|
@ -44,9 +44,11 @@
|
|||
.theme-dark,
|
||||
.theme-light {
|
||||
--font-primary: "Terminus (TTF) for Windows", "Terminus (TTF)",
|
||||
"Sazanami Gothic", "UnifontBitmap", "Unifont Windows", "Unifont", monospace !important;
|
||||
"Sazanami Gothic", "UnifontBitmap", "Unifont Windows", "Unifont", monospace,
|
||||
Twemoji !important;
|
||||
--font-display: "Terminus (TTF) for Windows", "Terminus (TTF)",
|
||||
"Sazanami Gothic", "UnifontBitmap", "Unifont Windows", "Unifont", monospace !important;
|
||||
"Sazanami Gothic", "UnifontBitmap", "Unifont Windows", "Unifont", monospace,
|
||||
Twemoji !important;
|
||||
--font-code: "Terminus (TTF) for Windows", "Terminus (TTF)", "Sazanami Gothic",
|
||||
"UnifontBitmap", "Unifont Windows", "Unifont", monospace !important;
|
||||
|
||||
|
@ -78,10 +80,9 @@
|
|||
}
|
||||
|
||||
.hh2-spotify-controls-album-name,
|
||||
.gm-spotify-controls-album-name,
|
||||
.showTag-username {
|
||||
color: var(--highlight) !important;
|
||||
font-size: 0.75em !important;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
[class^="sidebar-"]
|
||||
|
@ -131,3 +132,8 @@ code.inline,
|
|||
code.inline {
|
||||
line-height: 12px !important;
|
||||
}
|
||||
|
||||
[class^="markup-"] ol,
|
||||
[class^="markup-"] ul {
|
||||
margin: 4px 0 0 24px !important;
|
||||
}
|
||||
|
|
|
@ -60,6 +60,10 @@
|
|||
"UnifontBitmap", "Unifont Windows", "Unifont", monospace !important;
|
||||
}
|
||||
|
||||
.sjis {
|
||||
font-family: "Sazanami Gothic" !important;
|
||||
}
|
||||
|
||||
[class*="menu-"] [class^="item-"],
|
||||
[class^="containerDefault-"] [class^="name-"],
|
||||
[class^="membersGroup-"] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue