aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/app.css20
1 files changed, 17 insertions, 3 deletions
diff --git a/static/app.css b/static/app.css
index 2b86f97..254cbc4 100644
--- a/static/app.css
+++ b/static/app.css
@@ -81,14 +81,17 @@ a:hover::after {
padding: 0.2em 0.5em;
width: 75%;
- background-color: black;
+ background-color: rgba(0, 0, 0, 0.8);
color: white;
- opacity: 0.8;
border-radius: 20px;
box-shadow: 0px 0px 15px 2px #410f5e;
}
+.video {
+ background-color: rgba(0, 0, 0, 1.0);
+}
+
.topline {
display: flex;
flex-direction: row;
@@ -181,18 +184,29 @@ a:hover::after {
width: 95%;
}
+.url_form > input {
+ margin-right: 2em;
+ margin-left: 2em;
+}
+
.markdown_form {
margin-left: 2em;
margin-right: 2em;
}
+.video {
+ opacity: 1;
+ aspect-ratio: 16 / 9;
+ width: 90%;
+}
+
.bottom_elem {
margin-bottom: 2rem;
}
.white {
background-color: white;
- opacity: 1;
+ opacity: 0.65;
}
.text_left {