Gitea-Theme/test/scss/_common.scss

12 lines
135 B
SCSS
Raw Normal View History

2024-11-08 11:21:42 +00:00
* {
all: unset;
margin: 0;
padding: 0;
border: none;
box-sizing: border-box;
2024-11-08 11:21:42 +00:00
}
2024-11-11 10:24:12 +00:00
head, title {
2024-11-08 11:21:42 +00:00
display: none;
}