[default theme] add support for code blocks

This commit is contained in:
Your Name 2024-06-09 00:26:34 +02:00
parent b42a2dfeb4
commit 2c358762ec

View file

@ -1,10 +1,17 @@
<style>
@import url(https://fonts.bunny.net/css?family=alef:400);
@import url('https://fonts.cdnfonts.com/css/source-code-pro');
#main-content, #header-content {
margin-top: 50px;
margin: auto;
width: 50%;
}
code {
font-family: "Source Code Pro";
border: 1px #2e2e2e solid;
background-color: #2e2e2e;
border-radius: 5px;
}
#h_subtitle {
line-height: 5px;
color: gray;