@@ -22,6 +22,9 @@ article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
+a {
+ text-decoration: none;
+}
body {
line-height: 1;
background: #F4F5F9;
@@ -137,6 +137,9 @@ p {
text-decoration: line-through;
margin: 0 10px;
+ text-decoration: underline;
.vip-tag {
display: inline-flex;
justify-content: center;