Skip to content

Commit 9d0d8fa

Browse files
authored
Update style.scss
1 parent 6ddab61 commit 9d0d8fa

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

assets/css/style.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ html {
1313
box-sizing: inherit;
1414
}
1515
body {
16-
background: #222 !important;
16+
background: #222; //!important;
1717
background-image: url('#{$baseurl}/assets/bg.jpg');
1818
}
1919

2020
header {
21-
background: #222;
21+
//background: #222;
2222
}
2323

2424

@@ -61,7 +61,8 @@ main.container-lg {
6161

6262
section {
6363
background: #222;
64-
padding-bottom: 40px;
64+
padding-bottom: 40px;
65+
border: 1px solid #7e7a74;
6566
}
6667

6768
section p {
@@ -86,6 +87,8 @@ pre code {
8687

8788
.markdown-body h1{
8889
box-shadow: rgba(17, 17, 17, 1) 0 0.1em 0.75em;
90+
margin-left: 0.5em;
91+
margin-right: 0.5em;
8992
}
9093
.markdown-body h2 {
9194
color: #96c410!important;

0 commit comments

Comments
 (0)