Improved visual consistency for links in light mode

This commit is contained in:
Willy Hsiao 2019-11-22 12:13:18 +08:00 committed by GitHub
parent 3eac5c80c6
commit dce38fce4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,14 @@
max-width: 80%;
margin-bottom: 10px;
}
a {
background: #e3e3e3;
text-decoration: none;
color: #000;
}
a:hover, active {
background: #d7d7d7;
}
.ip {
border: 1px solid #cbcbcb;
background: #f2f2f2;