This commit is contained in:
Avijit 🚀
2021-07-07 17:52:29 +02:00
parent c33548e35d
commit e51ab350ad

View File

@@ -1,7 +1,6 @@
html { html {
background: white; background: white;
color: black; color: black;
/* font-family: "Quattrocento Sans", sans-serif;*/
font-family: "Jost", sans-serif; font-family: "Jost", sans-serif;
font-weight: 400; font-weight: 400;
letter-spacing: 0.5px; letter-spacing: 0.5px;
@@ -19,7 +18,7 @@ a:hover {
main#content { main#content {
width: 810px; width: 810px;
margin: 120px auto 0; margin: 90px auto 0;
} }
img { img {
@@ -32,17 +31,12 @@ img {
background-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);
box-shadow: rgba(170, 170, 170, 0.5) 0px 1px 2px 0px; box-shadow: rgba(170, 170, 170, 0.5) 0px 1px 2px 0px;
color: black; color: black;
font-size: 1.1rem; font-size: 1.05rem;
height: 50px; height: 50px;
left: 0; left: 0;
opacity: 0.95; opacity: 0.95;
position: fixed; position: fixed;
top: 0; top: 0;
-ms-transition: height 0.5s ease-out;
-moz-transition: height 0.5s ease-out;
-webkit-transition: height 0.5s ease-out;
-o-transition: height 0.5s ease-out;
transition: height 0.5s ease-out;
width: 100%; width: 100%;
} }
@@ -53,15 +47,6 @@ img {
.header .header-nav { .header .header-nav {
height: 50px; height: 50px;
margin-top: 0; margin-top: 0;
-ms-transition: margin 0.5s ease-out;
-moz-transition: margin 0.5s ease-out;
-webkit-transition: margin 0.5s ease-out;
-o-transition: margin 0.5s ease-out;
transition: margin 0.5s ease-out;
}
.header-nav a {
transition: color 0.15s ease-in-out;
} }
.header-nav a:hover { .header-nav a:hover {
color: #0058b5; color: #0058b5;
@@ -75,10 +60,10 @@ img {
.header-nav .avatar img { .header-nav .avatar img {
border-radius: 100%; border-radius: 100%;
display: block; display: block;
height: 40px; height: 38px;
margin-top: 4px; margin-top: 5px;
overflow: hidden; overflow: hidden;
width: 40px; width: 38px;
} }
.header-nav .nav-title { .header-nav .nav-title {
display: inline-block; display: inline-block;
@@ -97,6 +82,7 @@ img {
} }
.nav-links .nav-link { .nav-links .nav-link {
display: inline-block; display: inline-block;
padding: 0 4px;
} }
.nav-links .nav-link a { .nav-links .nav-link a {
display: block; display: block;
@@ -107,7 +93,7 @@ img {
} }
.nav-links .nav-icons-divider { .nav-links .nav-icons-divider {
border-color: inherit; border-color: inherit;
border-left: 1px solid; border-left: 1.5px solid;
margin: 0 10px; margin: 0 10px;
color: #dfdfdf; color: #dfdfdf;
} }
@@ -247,7 +233,7 @@ blockquote {
color: gray; color: gray;
} }
.post .post-content { .post .post-content {
font-size: 1.4rem; font-size: 1.2rem;
line-height: 1.7; line-height: 1.7;
margin-top: 50px; margin-top: 50px;
} }
@@ -257,15 +243,17 @@ blockquote {
text-align: center; text-align: center;
} }
.list-posts .posts-year { .list-posts .posts-year {
margin-top: 40px; margin-top: 70px;
} }
.list-posts .post-title { .list-posts .post-title {
margin: 10px 0; margin: 10px 0 0 15px;
font-size: 1.2rem;
} }
.list-posts a { .list-posts a {
text-decoration: none; text-decoration: none;
} }
.post-title .post-link {
font-size: 1.2rem;
}
.post-title .post-date { .post-title .post-date {
float: right; float: right;
} }