git.fiddlerwoaroof.com
Browse code

Added the beginnings of content styling

fiddlerwoaroof authored on 02/09/2015 16:13:38
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+(:import (url "http://fonts.googleapis.com/css?family=Source+Code+Pro"))
2
+(.link-content
3
+  :font-size "1rem"
4
+  ((p + p)
5
+   :margin-top "1em")
6
+  (pre
7
+    :font-family "Source Code Pro"
8
+    )
9
+  )
0 10
new file mode 100644
... ...
@@ -0,0 +1 @@
1
+@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro);.link-content{font-size:1rem;}.link-content p + p{margin-top:1em;}.link-content pre{font-family:Source Code Pro;}
0 2
\ No newline at end of file