about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2022-07-27 13:07:31 -0500
committerCase Duckworth2022-07-27 13:07:31 -0500
commit499c140b52783487f1a201f6fdc513297838fb75 (patch)
treea0c8ee52fe7ce3ccc21489bae3f5626c09e76fab /style.css
parentAdd reddit feeds to merging by timestamp only (diff)
downloadsfeed-499c140b52783487f1a201f6fdc513297838fb75.tar.gz
sfeed-499c140b52783487f1a201f6fdc513297838fb75.zip
Add section:target styling
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/style.css index f89c9d4..9f6e4e2 100644 --- a/style.css +++ b/style.css
@@ -32,6 +32,14 @@ main section {
32 max-width: 100ch; 32 max-width: 100ch;
33} 33}
34 34
35section.feed {
36 padding: 4px;
37}
38
39section.feed:target {
40 border: 1px solid;
41}
42
35main aside { 43main aside {
36 flex-grow: 1; 44 flex-grow: 1;
37 text-align: right; 45 text-align: right;