aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-11-14 04:24:41 -0500
committerThedro Neely <thedroneely@gmail.com>2022-11-14 04:24:41 -0500
commitfad37e33e838e6539f3cb958eb826b6a60754864 (patch)
tree39dbb9b47dfbbc44a6dd0f994c3d739b4043cd2e /public
parent28e884385eaa8f6fa6947828d8914b3f27a82f85 (diff)
downloadthedroneely.com-fad37e33e838e6539f3cb958eb826b6a60754864.tar.gz
thedroneely.com-fad37e33e838e6539f3cb958eb826b6a60754864.tar.bz2
thedroneely.com-fad37e33e838e6539f3cb958eb826b6a60754864.zip
public/css/tdro: Merge duplicate video declaration
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index ea7685f..d69dbfc 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -188,9 +188,11 @@ recent-articles h2 a {
}
video {
- display: inline-block;
+ border-radius: 0.5rem;
box-shadow: 0 0.25rem 1rem;
+ display: inline-block;
max-width: 100%;
+ color: #999;
}
video-container {
@@ -1960,10 +1962,6 @@ hr {
background-color: #ddd;
}
-video {
- color: #999;
-}
-
input,
textarea {
background-color: #f9f9f9;