about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-07-19 15:01:05 -0500
committerCase Duckworth2022-07-19 15:01:05 -0500
commita0e2953169d809fb237f8a534a170837d5820524 (patch)
treef8805e9bf5efda0ceab1808b99f3cb9d5be4ff1c
parentAdd filters (diff)
downloadsfeed-a0e2953169d809fb237f8a534a170837d5820524.tar.gz
sfeed-a0e2953169d809fb237f8a534a170837d5820524.zip
Styleing
-rw-r--r--style.css22
1 files changed, 17 insertions, 5 deletions
diff --git a/style.css b/style.css index 7bdb47d..d15dd86 100644 --- a/style.css +++ b/style.css
@@ -20,10 +20,6 @@ main {
20 font-weight: bold; 20 font-weight: bold;
21} 21}
22 22
23.youtube {
24 border-left: 1px solid red;
25}
26
27td a { padding: 4px; } 23td a { padding: 4px; }
28 24
29.entry-timestamp { 25.entry-timestamp {
@@ -198,6 +194,22 @@ footer a:link {
198 194
199.yt::after { 195.yt::after {
200 content: " *"; 196 content: " *";
201 color: red; 197 color: #ff0000;
202 size: 50%; 198 size: 50%;
203} 199}
200
201.youtube {
202 border-left: 1px solid #ff0000;
203}
204
205.reddit {
206 border-left: 3px double #ff3000;
207}
208
209.facebook {
210 border-left: 3px double #4267b2;
211}
212
213.twitter {
214 border-left: 1px solid #179cf0;
215}