zxf/css/reset.css

12 lines
163 B
CSS
Raw Normal View History

2023-09-26 17:55:52 +08:00
* {
padding: 0;
margin: 0;
2023-10-06 00:09:31 +08:00
-webkit-tap-highlight-color:rgba(0,0,0,0);
2023-09-26 17:55:52 +08:00
}
ul {
list-style: none;
}
a {
2023-09-27 00:33:44 +08:00
color: unset;
2023-09-26 17:55:52 +08:00
text-decoration: none;
}