summaryrefslogtreecommitdiff
path: root/static/dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/dark.css')
-rw-r--r--static/dark.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/static/dark.css b/static/dark.css
index f204117..fd89ec2 100644
--- a/static/dark.css
+++ b/static/dark.css
@@ -1,9 +1,11 @@
a {
- color: orange;
+ /*color: orange;*/
+ color: slategray;
}
a:hover {
- color: darkorange;
+ /*color: darkorange;*/
+ color: darkslategray;
}
p {
@@ -15,6 +17,11 @@ li {
}
body {
+ background-color: #111;
+ margin: 0;
+}
+
+div.content {
margin: 0 auto;
margin-top: 10px;
max-width: 80ex;
@@ -71,3 +78,9 @@ select#lang {
select#order {
width: calc(20% - 10px);
}
+
+video {
+ /*max-width: 100vh;*/
+ height: 100vh;
+ /*max-height: 100vh;*/
+}