lots of graphics
[prawokultury.git] / prawokultury / static / css / base.scss
diff --git a/prawokultury/static/css/base.scss b/prawokultury/static/css/base.scss
new file mode 100755 (executable)
index 0000000..cbe589b
--- /dev/null
@@ -0,0 +1,18 @@
+@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic);
+
+body {
+    font-family: 'Lato', sans-serif;
+    font-size: .625em;
+    background: #edece7;
+    background-image: url('/static/img/bg.png');
+    background-repeat: no-repeat;
+    margin-top: 0;
+    background-position: 50% 0;
+}
+
+a {
+    text-decoration: none;
+}
+a:hover {
+    text-decoration: underline;
+}