2023-09-26 17:55:52 +08:00
|
|
|
* {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2023-10-09 17:23:49 +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;
|
|
|
|
}
|