summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-08-29 22:44:02 +0200
committerAki <please@ignore.pl>2021-08-29 22:44:02 +0200
commit39b900ea13e071e09401a54ca529b8caa4bc7197 (patch)
treeba9c5677c4fbc5212fd4d7db4193871e90e1d0fb /style.css
parent330f5572cee1a50658b6944dc43a304c7b4aa07c (diff)
downloadignore.pl-39b900ea13e071e09401a54ca529b8caa4bc7197.zip
ignore.pl-39b900ea13e071e09401a54ca529b8caa4bc7197.tar.gz
ignore.pl-39b900ea13e071e09401a54ca529b8caa4bc7197.tar.bz2
Separated index and blog
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css
index 53bd3a0..c3e4d36 100644
--- a/style.css
+++ b/style.css
@@ -22,6 +22,15 @@ h1, h2, h3, h4, h5, h6 {
text-align: center;
}
+#blog ul li {
+ margin-bottom: 0.4em;
+}
+
+ul time {
+ font-size: 80%;
+ color: #999;
+}
+
pre {
background-color: #f0f0f0;
padding: 1em;