We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddab61 commit 9d0d8faCopy full SHA for 9d0d8fa
assets/css/style.scss
@@ -13,12 +13,12 @@ html {
13
box-sizing: inherit;
14
}
15
body {
16
- background: #222 !important;
+ background: #222; //!important;
17
background-image: url('#{$baseurl}/assets/bg.jpg');
18
19
20
header {
21
- background: #222;
+ //background: #222;
22
23
24
@@ -61,7 +61,8 @@ main.container-lg {
61
62
section {
63
background: #222;
64
- padding-bottom: 40px;
+ padding-bottom: 40px;
65
+ border: 1px solid #7e7a74;
66
67
68
section p {
@@ -86,6 +87,8 @@ pre code {
86
87
88
.markdown-body h1{
89
box-shadow: rgba(17, 17, 17, 1) 0 0.1em 0.75em;
90
+ margin-left: 0.5em;
91
+ margin-right: 0.5em;
92
93
.markdown-body h2 {
94
color: #96c410!important;
0 commit comments