zxf/css/reset.css

14 lines
169 B
CSS
Raw Normal View History

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