[default theme] add support for code blocks
This commit is contained in:
parent
b42a2dfeb4
commit
2c358762ec
1 changed files with 7 additions and 0 deletions
|
@ -1,10 +1,17 @@
|
||||||
<style>
|
<style>
|
||||||
@import url(https://fonts.bunny.net/css?family=alef:400);
|
@import url(https://fonts.bunny.net/css?family=alef:400);
|
||||||
|
@import url('https://fonts.cdnfonts.com/css/source-code-pro');
|
||||||
#main-content, #header-content {
|
#main-content, #header-content {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
code {
|
||||||
|
font-family: "Source Code Pro";
|
||||||
|
border: 1px #2e2e2e solid;
|
||||||
|
background-color: #2e2e2e;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
#h_subtitle {
|
#h_subtitle {
|
||||||
line-height: 5px;
|
line-height: 5px;
|
||||||
color: gray;
|
color: gray;
|
||||||
|
|
Loading…
Reference in a new issue