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 {
|
.orange {
|
||||||
--highlight: var(--orange-bg);
|
--highlight: var(--orange-bg);
|
||||||
--outline: var(--orange);
|
--outline: var(--orange); }
|
||||||
}
|
|
||||||
|
|
||||||
.yellow {
|
.yellow {
|
||||||
--highlight: var(--yellow-bg);
|
--highlight: var(--yellow-bg);
|
||||||
|
@ -96,6 +95,7 @@ body {
|
||||||
outline: 1px solid var(--outline, var(--bg0));
|
outline: 1px solid var(--outline, var(--bg0));
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
transition: 0.25s transform;
|
transition: 0.25s transform;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cards > a > * {
|
#cards > a > * {
|
||||||
|
|
Loading…
Add table
Reference in a new issue