Tweak styles

This commit is contained in:
Andras Schmelczer 2022-09-22 08:34:06 +02:00
parent f4545adc1c
commit 66ea93f0fa
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
3 changed files with 7 additions and 6 deletions

View file

@ -8,7 +8,6 @@
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
@ -79,7 +78,6 @@ noscript {
box-shadow: var(--inset-shadow);
border-radius: var(--border-radius) var(--border-radius) 0 0;
pointer-events: none;
cursor: pointer;
position: relative;
* {