aboutsummaryrefslogtreecommitdiff
path: root/client/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/css/styles.css')
-rw-r--r--client/css/styles.css23
1 files changed, 22 insertions, 1 deletions
diff --git a/client/css/styles.css b/client/css/styles.css
index 08b28dc..b759445 100644
--- a/client/css/styles.css
+++ b/client/css/styles.css
@@ -1,6 +1,16 @@
body {
background: black;
color: lightgreen;
+ margin: 0px;
+}
+
+div {
+ display: flex;
+ flex-direction: column;
+}
+
+progress {
+ width: auto;
}
a {
@@ -33,7 +43,18 @@ button:hover {
table {
background-color: lightgreen;
}
-th, tr, td {
+th, td {
background-color: black;
padding: 2px;
}
+
+tr {
+ background-color: black;
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+}
+
+audio {
+ width: auto;
+}