stuff
This commit is contained in:
parent
8e2ab418da
commit
49d8c3e0c7
|
@ -5761,11 +5761,8 @@ img[src="/assets/cef02719c12d8aaf38894c16dca7fbe6.svg"] { /* rolesettings addr
|
|||
|
||||
/* ~~~~ 15. GENERAL ~~~~ */
|
||||
|
||||
::selection { /* selection */
|
||||
background: rgb(var(--accentcolor));
|
||||
}
|
||||
.highlight {
|
||||
background: rgb(var(--accentcolor));
|
||||
background: rgb(var(--accentcolor), .3);
|
||||
}
|
||||
|
||||
#app-mount .elevationLow-26BbEG, #app-mount .elevationLow-3aiJPL, .lightElevationLow-1QzqDT, .darkElevationLow-2LO4eN {
|
||||
|
|
|
@ -2100,6 +2100,11 @@ a.metadataName-1KMZtB {
|
|||
|
||||
/* ~~~~ 12. GENERAL ~~~~ */
|
||||
|
||||
::selection {
|
||||
background: rgb(var(--accentcolor));
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.wanderingCubesItem-3Us-UG { /* loading cubes */
|
||||
background-color: rgb(var(--accentcolor));
|
||||
}
|
||||
|
|
|
@ -320,9 +320,6 @@ svg [fill="#4F545C"] {
|
|||
fill: var(--interactive-muted) !important;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: rgb(var(--mentioncolor, --warningcolor));
|
||||
}
|
||||
.highlight {
|
||||
background: rgba(var(--mentioncolor, --warningcolor),.3);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue