Gitea-Theme/test/scss/_common.scss
2024-11-11 15:54:12 +05:30

12 lines
135 B
SCSS

* {
all: unset;
margin: 0;
padding: 0;
border: none;
box-sizing: border-box;
}
head, title {
display: none;
}