mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Tone down swatch border
This commit is contained in:
parent
f271640074
commit
b729c52122
1 changed files with 2 additions and 2 deletions
|
@ -572,12 +572,12 @@ details {
|
|||
height: 1em;
|
||||
background-color: var(--color);
|
||||
content: '';
|
||||
border: 1px solid #000;
|
||||
border: 1px solid $light-color;
|
||||
vertical-align: text-top;
|
||||
margin-right: 0.5em;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
border: 1px solid #fff;
|
||||
border: 1px solid $dark-color;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue