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 1fcc796 commit 9fdb47cCopy full SHA for 9fdb47c
src/assets/css/common.css
@@ -47,6 +47,8 @@ body {
47
48
a {
49
cursor: pointer;
50
+ color: inherit;
51
+ border: 1px solid;
52
}
53
54
a,
@@ -57,6 +59,11 @@ a:focus {
57
59
text-decoration: none;
58
60
61
62
+a:hover,
63
+a:active {
64
+ border: none;
65
+}
66
+
67
*,
68
*:before,
69
*:after {
@@ -71,6 +78,16 @@ ul {
71
78
margin-bottom: 22px;
72
79
73
80
81
+img {
82
+ max-width: 100%;
83
+ height: auto;
84
+ margin-bottom: 22px;
85
86
87
+table {
88
89
90
74
91
/*utils*/
75
92
.text-thin {
76
93
font-weight: 300;
0 commit comments