We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdb47c commit 31724c2Copy full SHA for 31724c2
src/assets/css/common.css
@@ -47,8 +47,6 @@ body {
47
48
a {
49
cursor: pointer;
50
- color: inherit;
51
- border: 1px solid;
52
}
53
54
a,
@@ -59,11 +57,6 @@ a:focus {
59
57
text-decoration: none;
60
58
61
62
-a:hover,
63
-a:active {
64
- border: none;
65
-}
66
-
67
*,
68
*:before,
69
*:after {
@@ -73,7 +66,8 @@ a:active {
73
74
75
ol,
76
-ul {
+ul,
70
+table {
77
71
margin-top: 0;
78
72
margin-bottom: 22px;
79
@@ -84,10 +78,6 @@ img {
84
85
86
80
87
-table {
88
- margin-bottom: 22px;
89
90
91
81
/*utils*/
92
82
.text-thin {
93
83
font-weight: 300;
0 commit comments