Some more styling for inline <code> tag

This commit is contained in:
Tuan Cao 2022-04-19 16:33:05 +07:00
parent 936855a136
commit 7901fda1fb

View File

@ -1,7 +1,13 @@
:root {
--default-font: 'Open Sans', sans-serif;
--font-monospace: 'Source Code Pro', monospace;
}
a { a {
color: var(--text-accent); color: var(--text-accent);
outline: none; outline: none;
} }
a:hover { a:hover {
color: var(--text-accent-hover); color: var(--text-accent-hover);
} }
@ -14,6 +20,7 @@ a:hover {
position: relative; position: relative;
flex-direction: row; flex-direction: row;
} }
/* Foooter section BEGIN */ /* Foooter section BEGIN */
.note-footer { .note-footer {
display: block; display: block;
@ -68,7 +75,7 @@ a:hover {
text-decoration: none; text-decoration: none;
} }
.backlink-container a{ .backlink-container a {
text-decoration: none; text-decoration: none;
color: var(--text-muted); color: var(--text-muted);
} }
@ -78,9 +85,11 @@ a:hover {
line-height: 16px; line-height: 16px;
overflow: hidden; overflow: hidden;
} }
.backlink-container p { .backlink-container p {
margin: 12px 0px; margin: 12px 0px;
} }
/* Foooter section END */ /* Foooter section END */
.markdown-rendered { .markdown-rendered {
@ -89,10 +98,19 @@ a:hover {
width: 740px; width: 740px;
background-color: var(--background-primary); background-color: var(--background-primary);
color: var(--text-normal); color: var(--text-normal);
font-family:var(--default-font); font-family: var(--default-font);
padding: 15px 30px; padding: 15px 30px;
} }
.markdown-rendered code {
color: #a20000c9;
font-family: var(--font-monospace);
background-color: #f5f2f0;
border-radius: 4px;
font-size: 0.85em;
padding: 4px 8px;
}
.nav-bar { .nav-bar {
width: 300px; width: 300px;
flex: 0 0 300px; flex: 0 0 300px;
@ -100,16 +118,14 @@ a:hover {
display: flex; display: flex;
background-color: var(--background-primary-alt); background-color: var(--background-primary-alt);
border-right: 1px solid var(--background-secondary-alt); border-right: 1px solid var(--background-secondary-alt);
font-family:var(--default-font); font-family: var(--default-font);
font-size: 14px; font-size: 14px;
line-height: 1.6; line-height: 1.6;
min-height: 0; min-height: 0;
padding-top: 20px; padding-top: 20px;
flex-direction: column; flex-direction: column;
} }
:root {
--default-font: 'Open Sans', sans-serif;
}
.theme-light { .theme-light {
--background-primary: white; --background-primary: white;
@ -165,31 +181,38 @@ a:hover {
.markdown-rendered h6 { .markdown-rendered h6 {
margin: 15px 0; margin: 15px 0;
} }
.markdown-rendered h1 { .markdown-rendered h1 {
font-size: 2.0em; font-size: 2.0em;
font-weight: 800; font-weight: 800;
} }
.markdown-rendered h2 { .markdown-rendered h2 {
font-size: 1.6em; font-size: 1.6em;
font-weight: 800; font-weight: 800;
} }
.markdown-rendered h3 { .markdown-rendered h3 {
font-size: 1.4em; font-size: 1.4em;
font-weight: 700; font-weight: 700;
} }
.markdown-rendered h4 { .markdown-rendered h4 {
font-size: 1.2em; font-size: 1.2em;
font-weight: 600; font-weight: 600;
} }
.markdown-rendered h5, .markdown-rendered h5,
.markdown-rendered h6 { .markdown-rendered h6 {
font-size: 1em; font-size: 1em;
font-weight: 500; font-weight: 500;
} }
.markdown-rendered h6 { .markdown-rendered h6 {
color: var(--text-muted); color: var(--text-muted);
} }
.right-bar-container{
.right-bar-container {
display: block; display: block;
padding: 0em 1em; padding: 0em 1em;
} }
@ -202,7 +225,7 @@ footer {
padding: 4px; padding: 4px;
} }
footer ul li{ footer ul li {
margin: auto; margin: auto;
text-align: center; text-align: center;
list-style-type: none; list-style-type: none;
@ -233,6 +256,7 @@ hr {
display: none; display: none;
} }
} }
@media screen and (max-width: 800px) { @media screen and (max-width: 800px) {
.nav-bar { .nav-bar {
display: none; display: none;