aboutsummaryrefslogtreecommitdiff
path: root/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'custom.css')
-rw-r--r--custom.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/custom.css b/custom.css
new file mode 100644
index 0000000..f1c2065
--- /dev/null
+++ b/custom.css
@@ -0,0 +1,20 @@
+---
+---
+
+.post-title {
+ font-family: 'Fira Sans';
+ font-weight: 200;
+ font-size: 3.2em;
+ line-height: 1em;
+ /*line-height: 1.6em;*/
+}
+
+.post-title, .post-title:after {
+ position: relative;
+ left: 10px;
+ line-height: 1.6em;
+ background: #ffdb00;
+ -webkit-box-shadow: -10px 0px 0px #ffdb00, 10px 0px 0px #ffdb00;
+ box-shadow: -10px 0px 0px #ffdb00, 10px 0px 0px #ffdb00;
+ box-decoration-break: clone;
+} \ No newline at end of file