Gitea-Theme/test/scss/_common.scss

10 lines
101 B
SCSS
Raw Normal View History

2024-11-08 11:21:42 +00:00
* {
all: unset;
2024-11-08 18:32:45 +00:00
margin: 0;
padding: 0;
box-sizing: border-box;
2024-11-08 11:21:42 +00:00
}
title {
display: none;
}