aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css29
1 files changed, 27 insertions, 2 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 4b0a286..7f0f96c 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -1,3 +1,9 @@
+body {
+ background-image: url('/img/bg.png');
+}
+.navbar {
+ background-image: url('/img/bgd.png') !important;
+}
.posts-container {
max-width:760px;
}
@@ -6,7 +12,7 @@
}
.page,
.post {
- margin-bottom:4rem;
+ margin-bottom: 3rem;
}
.post.single {
padding: 0 1rem;
@@ -198,7 +204,17 @@
text-shadow:0 0.5rem 0.5rem rgba(255, 255, 255, 0.5);
font-weight: bold;
}
-h1.post-title {
+h1 {
+ font-family: 'Open Sans', sans-serif;
+ color: #000;
+ text-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.5);
+ margin-bottom: 1rem;
+ padding-bottom: 1rem;
+ font-weight: bold;
+ border-bottom: 0.5px solid #ccc;
+}
+
+h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
color: #000;
text-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.5);
@@ -206,6 +222,15 @@ h1.post-title {
font-weight: bold;
}
+blockquote {
+ border-left: 4px solid #ccc;
+ padding-left: 1rem;
+}
+.sidebar {
+ border-right: 0.5px solid #ccc;
+ /* padding-right: 1rem; */
+}
+
h1.post-title a {
color: #000;
}