minor fixes

This commit is contained in:
Yash Mehrotra
2021-07-08 08:43:14 +05:30
parent e51ab350ad
commit 7954fde5d6
2 changed files with 7 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Jost&family=Quattrocento+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Jost&family=Nunito&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w=="

View File

@@ -12,8 +12,12 @@ body {
margin-bottom: 170px;
}
a {
color: black;
}
a:hover {
color: #0058b5;
color: #0058b5 !important;
}
main#content {
@@ -48,9 +52,7 @@ img {
height: 50px;
margin-top: 0;
}
.header-nav a:hover {
color: #0058b5;
}
.header-nav .avatar {
border-radius: 18px;
float: left;
@@ -132,9 +134,6 @@ img {
/** COMMON **/
a {
color: black;
}
/* ICONS */
.feather {