summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/style.css b/style.css
index b394c6c..6c25246 100644
--- a/style.css
+++ b/style.css
@@ -1,6 +1,9 @@
h1 {color:red}
-body {background-color: black}
+body {
+ background-color: black;
+ color: #eee;
+}
.permalink {
float:right;
@@ -10,6 +13,11 @@ body {background-color: black}
a[visited]{ color: #aaa;}
+.index {
+ margin: 0 auto;
+ width:70%;
+}
+
.pics li {
display: inline;
list-style: none;
@@ -30,3 +38,6 @@ footer {
color: #999;
float:right;
}
+
+
+.debug { position: absolute; top:0; left:0} \ No newline at end of file