summaryrefslogtreecommitdiffhomepage
path: root/page.css
diff options
context:
space:
mode:
Diffstat (limited to 'page.css')
-rw-r--r--page.css25
1 files changed, 13 insertions, 12 deletions
diff --git a/page.css b/page.css
index a7733a1..bd3b5e2 100644
--- a/page.css
+++ b/page.css
@@ -59,24 +59,25 @@ footer {
padding: 1em;
}
-.recent-item .id {
- color: #555;
- font-size: 80%
+.recent-item {
+ padding: 0.2em;
+ border-bottom: 1px solid #242529;
}
-.recent-item > header {
- text-align: inherit;
+.recent-item:hover {
+ background: #1e1f23;
}
-.recent-item > header > .last-modified {
- float: right;
+.recent-item > .details {
+ color: #555;
+ font-size: 80%;
}
-.recent-item {
- padding: 0.2em;
- border-bottom: 1px solid #242529;
+.left-right {
+ display: flex;
+ justify-content: space-between;
}
-.recent-item:hover {
- background: #1e1f23;
+.left-right > * {
+ display: block;
}