Files
wireguard-dashboard/web/src/styles/reset.css
coward 12e551b4e9
Some checks failed
continuous-integration/drone/tag Build is failing
:art:添加静态打包
2024-08-21 09:10:01 +08:00

36 lines
330 B
CSS

html {
box-sizing: border-box;
}
*,
::before,
::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
a {
text-decoration: none;
color: inherit;
}
a:hover,
a:link,
a:visited,
a:active {
text-decoration: none;
}
ol,
ul {
list-style: none;
}
input,
textarea {
outline: none;
border: none;
resize: none;
}