Update to shlink-frontend-kit 0.2.0

This commit is contained in:
Alejandro Celaya
2023-08-11 23:21:34 +02:00
parent ef8778181d
commit 5e2dce8f3f
4 changed files with 9 additions and 22 deletions

View File

@@ -6,16 +6,3 @@
* {
outline: none !important;
}
:root {
scroll-behavior: auto;
color-scheme: var(--color-scheme);
}
html,
body,
#root {
height: 100%;
background: var(--secondary-color);
color: var(--text-color);
}