Skip to content

Commit 31724c2

Browse files
committed
Link styles fix
1 parent 9fdb47c commit 31724c2

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

src/assets/css/common.css

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ body {
4747

4848
a {
4949
cursor: pointer;
50-
color: inherit;
51-
border: 1px solid;
5250
}
5351

5452
a,
@@ -59,11 +57,6 @@ a:focus {
5957
text-decoration: none;
6058
}
6159

62-
a:hover,
63-
a:active {
64-
border: none;
65-
}
66-
6760
*,
6861
*:before,
6962
*:after {
@@ -73,7 +66,8 @@ a:active {
7366
}
7467

7568
ol,
76-
ul {
69+
ul,
70+
table {
7771
margin-top: 0;
7872
margin-bottom: 22px;
7973
}
@@ -84,10 +78,6 @@ img {
8478
margin-bottom: 22px;
8579
}
8680

87-
table {
88-
margin-bottom: 22px;
89-
}
90-
9181
/*utils*/
9282
.text-thin {
9383
font-weight: 300;

0 commit comments

Comments
 (0)