Add description and fix tag bg

This commit is contained in:
Avijit 🚀
2021-08-04 22:29:25 +02:00
committed by Yash Mehrotra
parent 634007a0ce
commit 6ff5def1f0
3 changed files with 7 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ img {
/* HEADER */
.header {
background-color: var(--light-bg-color);
/* background-color: inherit; */
color: inherit;
font-size: 1.2rem;
height: 50px;
@@ -168,7 +169,6 @@ a:hover .feather-sun {
}
/** COMMON **/
.flex-break {
flex-basis: 100%;
height: 0;
@@ -318,6 +318,9 @@ table td {
main#content .post {
font-size: 1.2rem;
}
.post [role="doc-subtitle"] {
font-size: 1.3rem;
}
.post .post-date {
color: gray;
}