generated from gitea_admin/default
21 lines
249 B
SCSS
21 lines
249 B
SCSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
*, *::before, *::after {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.display_none {
|
|
display: none !important;
|
|
} |