Disable user selection in startpage

inky
Elnu 1 year ago
parent e24c316deb
commit 9d9ca352ea

@ -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…
Cancel
Save