significantly improve light theme
This commit is contained in:
parent
0e749e5bfa
commit
0d5909ff58
6 changed files with 108 additions and 30 deletions
|
@ -229,6 +229,10 @@ button>kbd {
|
|||
font-size: 0.75rem;
|
||||
gap: 0.25em;
|
||||
padding-inline: 0.375rem;
|
||||
background-color: hsla(var(--blue) 15 80);
|
||||
}
|
||||
|
||||
html.dark button>kbd {
|
||||
background-color: hsla(var(--blue) 5 20 / 0.5);
|
||||
}
|
||||
|
||||
|
@ -305,16 +309,15 @@ button[data-close-modal] {
|
|||
border-radius: 6px;
|
||||
padding-inline-start: 0.75rem;
|
||||
padding-inline-end: 0.5rem;
|
||||
background-color: hsla(var(--blue) 15 15 / 0.5);
|
||||
color: hsl(var(--blue) 40 65);
|
||||
background-color: hsla(var(--blue) 15 90);
|
||||
color: hsl(var(--blue) 40 45);
|
||||
font-size: 0.875rem;
|
||||
width: 100%;
|
||||
max-width: 15rem;
|
||||
transition: color 0.23s, border-color 0.23s;
|
||||
|
||||
&:hover {
|
||||
border-color: hsl(0 0 50);
|
||||
color: hsl(var(--blue) 60 85);
|
||||
color: hsl(var(--blue) 50 30);
|
||||
}
|
||||
|
||||
&> :last-child {
|
||||
|
@ -322,6 +325,15 @@ button[data-close-modal] {
|
|||
}
|
||||
}
|
||||
|
||||
html.dark button[data-open-modal] {
|
||||
background-color: hsla(var(--blue) 15 15 / 0.5);
|
||||
color: hsl(var(--blue) 40 65);
|
||||
|
||||
&:hover {
|
||||
color: hsl(var(--blue) 60 85);
|
||||
}
|
||||
}
|
||||
|
||||
#qs_search {
|
||||
--search-cancel-space: 0px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue