Skip to content

Commit 9fdb47c

Browse files
committed
Add common CSS styles
1 parent 1fcc796 commit 9fdb47c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/assets/css/common.css

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

4848
a {
4949
cursor: pointer;
50+
color: inherit;
51+
border: 1px solid;
5052
}
5153

5254
a,
@@ -57,6 +59,11 @@ a:focus {
5759
text-decoration: none;
5860
}
5961

62+
a:hover,
63+
a:active {
64+
border: none;
65+
}
66+
6067
*,
6168
*:before,
6269
*:after {
@@ -71,6 +78,16 @@ ul {
7178
margin-bottom: 22px;
7279
}
7380

81+
img {
82+
max-width: 100%;
83+
height: auto;
84+
margin-bottom: 22px;
85+
}
86+
87+
table {
88+
margin-bottom: 22px;
89+
}
90+
7491
/*utils*/
7592
.text-thin {
7693
font-weight: 300;

0 commit comments

Comments
 (0)