mirror of
https://github.com/kremalicious/asi-calculator.git
synced 2024-12-22 09:23:16 +01:00
selection styles
This commit is contained in:
parent
837e24ce52
commit
6c7427590c
@ -8,6 +8,7 @@
|
||||
height: 24px;
|
||||
border-radius: 50%;
|
||||
background-color: rgba(var(--foreground-rgb), 0.5);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.logo img {
|
||||
|
@ -14,6 +14,12 @@ body {
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
color-scheme: dark;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
color: rgb(var(--foreground-rgb));
|
||||
background: var(--background-gradient) rgb(var(--background-rgb));
|
||||
@ -35,8 +41,7 @@ ul {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
color-scheme: dark;
|
||||
}
|
||||
::selection {
|
||||
background: rgb(var(--foreground-rgb-highlight));
|
||||
color: rgb(var(--background-rgb));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user