about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2022-07-18 14:39:04 -0500
committerCase Duckworth2022-07-18 14:39:04 -0500
commit73bc440ac4d0413becb98c78955b97c68cf725b3 (patch)
treec2b5a03ebb19ec60c297c8918549ffb604256bc1 /style.css
parentAdd padding (diff)
downloadsfeed-73bc440ac4d0413becb98c78955b97c68cf725b3.tar.gz
sfeed-73bc440ac4d0413becb98c78955b97c68cf725b3.zip
Add Youtube feed processing
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css index 58a6e47..7bdb47d 100644 --- a/style.css +++ b/style.css
@@ -195,3 +195,9 @@ footer a:link {
195 display: inline; 195 display: inline;
196 text-decoration: underline; 196 text-decoration: underline;
197} 197}
198
199.yt::after {
200 content: " *";
201 color: red;
202 size: 50%;
203}