mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
dummy commit
This commit is contained in:
parent
1388fec5ea
commit
f6975b976a
2 changed files with 1566 additions and 1582 deletions
|
@ -1,5 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
/* colors */
|
/* colors */
|
||||||
.theme-dark,
|
.theme-dark,
|
||||||
:root {
|
:root {
|
||||||
|
@ -348,9 +346,7 @@
|
||||||
[class^="containerDefault-"]
|
[class^="containerDefault-"]
|
||||||
[class*="iconVisibility-"]:hover
|
[class*="iconVisibility-"]:hover
|
||||||
svg[class^="icon-"],
|
svg[class^="icon-"],
|
||||||
[class^="containerDefault-"]
|
[class^="containerDefault-"] [class*="iconVisibility-"]:hover [class^="name-"],
|
||||||
[class*="iconVisibility-"]:hover
|
|
||||||
[class^="name-"],
|
|
||||||
[class^="wrapper-"]:hover
|
[class^="wrapper-"]:hover
|
||||||
> [class^="content-"]
|
> [class^="content-"]
|
||||||
> [class^="mainContent-"]
|
> [class^="mainContent-"]
|
||||||
|
@ -786,9 +782,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="userPopout-"]
|
[class^="userPopout-"] [class^="activityUserPopout-"] > [class^="bodyNormal-"],
|
||||||
[class^="activityUserPopout-"]
|
|
||||||
> [class^="bodyNormal-"],
|
|
||||||
[class^="userPopout-"]
|
[class^="userPopout-"]
|
||||||
[class^="activityUserPopout-"]
|
[class^="activityUserPopout-"]
|
||||||
> [class^="bodyAlignCenter-"],
|
> [class^="bodyAlignCenter-"],
|
||||||
|
@ -916,9 +910,7 @@
|
||||||
[class^="userPopout-"] [class*="footer-"] [class*="inputDefault-"] {
|
[class^="userPopout-"] [class*="footer-"] [class*="inputDefault-"] {
|
||||||
border: 1px solid var(--tertiary);
|
border: 1px solid var(--tertiary);
|
||||||
}
|
}
|
||||||
[class^="userPopout-"]
|
[class^="userPopout-"] [class*="footer-"] [class*="inputDefault-"]::placeholder,
|
||||||
[class*="footer-"]
|
|
||||||
[class*="inputDefault-"]::placeholder,
|
|
||||||
[class^="userPopout-"] [class*="note-"] textarea::placeholder {
|
[class^="userPopout-"] [class*="note-"] textarea::placeholder {
|
||||||
color: var(--interactive-active);
|
color: var(--interactive-active);
|
||||||
}
|
}
|
||||||
|
@ -928,9 +920,7 @@
|
||||||
padding: 0 8px 8px;
|
padding: 0 8px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="userPopout-"]
|
[class^="userPopout-"] [class^="activityUserPopout-"] [class^="spotifyIcon-"] {
|
||||||
[class^="activityUserPopout-"]
|
|
||||||
[class^="spotifyIcon-"] {
|
|
||||||
top: 4px !important;
|
top: 4px !important;
|
||||||
right: 8px !important;
|
right: 8px !important;
|
||||||
}
|
}
|
||||||
|
@ -981,9 +971,7 @@
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="focusLock-"][aria-modal="true"]
|
[class^="focusLock-"][aria-modal="true"] > [class*="root-"] > [class^="body-"] {
|
||||||
> [class*="root-"]
|
|
||||||
> [class^="body-"] {
|
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1384,8 +1372,7 @@
|
||||||
transition: background-color 0.75s linear;
|
transition: background-color 0.75s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="progressBarHeader-"]
|
[class*="progressBarHeader-"] > [class^="container-"]:not([class*="checked-"]),
|
||||||
> [class^="container-"]:not([class*="checked-"]),
|
|
||||||
[class^="control-"] > [class^="container-"]:not([class*="checked-"]) {
|
[class^="control-"] > [class^="container-"]:not([class*="checked-"]) {
|
||||||
background-color: var(--highlight) !important;
|
background-color: var(--highlight) !important;
|
||||||
}
|
}
|
||||||
|
@ -1875,5 +1862,3 @@
|
||||||
.hljs-ansi-background-white {
|
.hljs-ansi-background-white {
|
||||||
background-color: var(--_color7) !important;
|
background-color: var(--_color7) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
@version 0.0.0
|
@version 0.0.0
|
||||||
@license MIT
|
@license MIT
|
||||||
|
|
||||||
|
|
||||||
@var select xmc_scheme 'Color Scheme' {
|
@var select xmc_scheme 'Color Scheme' {
|
||||||
'Stock': `.theme-dark,
|
'Stock': `.theme-dark,
|
||||||
:root {
|
:root {
|
||||||
|
|
Loading…
Reference in a new issue