aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-05-14 21:22:20 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-05-14 21:22:20 -0500
commit7155ffcb5ef169bdc4e7cccc475ce83102edc329 (patch)
tree17ed94d210609271a1cb4c6b535c4f82b7a65fbf /static/style.css
parent556ae86fa227872dea81f36923daef42a1296062 (diff)
downloadembedtube-7155ffcb5ef169bdc4e7cccc475ce83102edc329.tar.xz
embedtube-7155ffcb5ef169bdc4e7cccc475ce83102edc329.zip
even more minimal and removed playback rate control since i found the intended control on the top on the embed frame oopsies
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css15
1 files changed, 2 insertions, 13 deletions
diff --git a/static/style.css b/static/style.css
index efc90b0..f3c4065 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,8 +1,7 @@
html { background: #000; color: #fff }
body { margin: 0; font-family: sans-serif }
-a { color: lightblue }
-
-#index { max-width: 800px; margin: auto }
+main { max-width: 1000px }
+a { color: cornflowerblue }
#player {
display: block;
@@ -12,14 +11,4 @@ a { color: lightblue }
box-sizing: border-box;
}
-#title-bar {
- display: flex;
- align-items: center;
- gap: .25rem;
-
- #title { flex-grow: 1 }
-}
-
-#details, #comments { max-width: 1000px }
-
.comment .replies { margin-left: 2rem }