Gitea-Theme/test/scss/_common.scss

12 lines
129 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
}
title {
display: none;
}