about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2022-07-18 08:56:16 -0500
committerCase Duckworth2022-07-18 08:56:16 -0500
commita5172b7a176382d07ddbda0b399a1aa628b77087 (patch)
treed4becdc3ab0df3be73ab5f68bcaecb14063625bf /style.css
parentIgnore generated files (diff)
downloadsfeed-a5172b7a176382d07ddbda0b399a1aa628b77087.tar.gz
sfeed-a5172b7a176382d07ddbda0b399a1aa628b77087.zip
Add styling for youtube links
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 4462446..5cdbcb6 100644 --- a/style.css +++ b/style.css
@@ -20,6 +20,12 @@ main {
20 font-weight: bold; 20 font-weight: bold;
21} 21}
22 22
23.youtube {
24 border-left: 1px solid red;
25}
26
27td { padding: 4px; }
28
23.entry-timestamp { 29.entry-timestamp {
24 font-family: monospace; 30 font-family: monospace;
25 padding-right: 8px; 31 padding-right: 8px;