diff options
author | Case Duckworth | 2022-07-27 13:07:31 -0500 |
---|---|---|
committer | Case Duckworth | 2022-07-27 13:07:31 -0500 |
commit | 499c140b52783487f1a201f6fdc513297838fb75 (patch) | |
tree | a0c8ee52fe7ce3ccc21489bae3f5626c09e76fab | |
parent | Add reddit feeds to merging by timestamp only (diff) | |
download | sfeed-499c140b52783487f1a201f6fdc513297838fb75.tar.gz sfeed-499c140b52783487f1a201f6fdc513297838fb75.zip |
Add section:target styling
-rw-r--r-- | style.css | 8 |
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 | ||
35 | section.feed { | ||
36 | padding: 4px; | ||
37 | } | ||
38 | |||
39 | section.feed:target { | ||
40 | border: 1px solid; | ||
41 | } | ||
42 | |||
35 | main aside { | 43 | main aside { |
36 | flex-grow: 1; | 44 | flex-grow: 1; |
37 | text-align: right; | 45 | text-align: right; |