mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-20 07:48:33 +00:00
24 lines
414 B
CSS
24 lines
414 B
CSS
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap');
|
|
|
|
.blogPostContent {
|
|
margin-top: 100px;
|
|
z-index: 0;
|
|
padding: 0 20vw 0 20vw;
|
|
line-height: 2;
|
|
}
|
|
|
|
code .codeHighlighter {
|
|
font-family: var(--font-mono);
|
|
}
|
|
|
|
@media (max-width: 900px) {
|
|
.blogPostContent {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
@media (prefers-color-scheme: light) {
|
|
code {
|
|
color: #FFF
|
|
}
|
|
} |