aboutsummaryrefslogtreecommitdiff
path: root/custom.css
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2016-10-16 12:34:05 -0400
committerHeather Miller <heather.miller@epfl.ch>2016-10-16 12:34:05 -0400
commite1af11a04a3ca574de73118cfdabc2ba15d5d7aa (patch)
treebc91a05b1de0f01763d632328e2df7e868f3c1b3 /custom.css
parentdfb6fc7c9d3bcc697f0607fe8815c88e16bb7848 (diff)
Reorganizing
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