Disable user selection in startpage
This commit is contained in:
parent
e24c316deb
commit
9d9ca352ea
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,7 @@
|
|||
|
||||
.orange {
|
||||
--highlight: var(--orange-bg);
|
||||
--outline: var(--orange);
|
||||
}
|
||||
--outline: var(--orange); }
|
||||
|
||||
.yellow {
|
||||
--highlight: var(--yellow-bg);
|
||||
|
@ -96,6 +95,7 @@ body {
|
|||
outline: 1px solid var(--outline, var(--bg0));
|
||||
border-radius: 2px;
|
||||
transition: 0.25s transform;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#cards > a > * {
|
||||
|
|
Loading…
Add table
Reference in a new issue