This commit is contained in:
cryptogopher 2023-05-26 18:12:42 +02:00
parent 9b8db9e377
commit 4234082fa8

View File

@ -19,13 +19,14 @@ h1 {
margin-bottom: 2rem;
}
h2 {
font-size: 1.4rem;
font-weight: 400;
font-size: 1.2rem;
font-weight: bold;
margin-top: 2rem;
}
h3 {
font-size: 1.2rem;
font-weight: 400;
font-size: 0.9rem;
font-weight: bold;
margin-top: 1.75rem;
}
figure {
@ -43,6 +44,7 @@ pre {
pre > code {
background-color: black;
color: #ffc61e;
padding: 0;
}
pre > code.language-bash {
background-color: black;
@ -57,7 +59,7 @@ code {
}
a {
color: #3c93c2;
color: #006c9b;
text-decoration: none;
}
a:hover {