summaryrefslogtreecommitdiffhomepage
path: root/page.css
diff options
context:
space:
mode:
Diffstat (limited to 'page.css')
-rw-r--r--page.css39
1 files changed, 23 insertions, 16 deletions
diff --git a/page.css b/page.css
index 99e6b01..a7733a1 100644
--- a/page.css
+++ b/page.css
@@ -31,21 +31,6 @@ h2 {
padding: 0.2em 0.5em;
}
-table {
- width: 100%;
- border: 1px solid #59595b;
- padding: 0.2em;
- border-spacing: 0;
-}
-
-table td:last-child {
- text-align: right;
-}
-
-tr:hover {
- background: #353331;
-}
-
a:link {
color: #a96e3d;
}
@@ -72,4 +57,26 @@ footer {
color: #777;
font-size: 80%;
padding: 1em;
-} \ No newline at end of file
+}
+
+.recent-item .id {
+ color: #555;
+ font-size: 80%
+}
+
+.recent-item > header {
+ text-align: inherit;
+}
+
+.recent-item > header > .last-modified {
+ float: right;
+}
+
+.recent-item {
+ padding: 0.2em;
+ border-bottom: 1px solid #242529;
+}
+
+.recent-item:hover {
+ background: #1e1f23;
+}