diff --git a/static/index.css b/static/index.css index 0923a96..d8818bb 100644 --- a/static/index.css +++ b/static/index.css @@ -1,10 +1,13 @@ +:root { + --fg: #e9e9e9; +} body { background-color: #222222; margin: 0; } main { - color: #dddddd; + color: var(--fg); font-family: sans; max-width: 1200px; margin: 0 auto; @@ -13,7 +16,7 @@ main { h1 > a, h1 > a:visited { - color: #dddddd; + color: var(--fg); } a { @@ -25,7 +28,9 @@ a:visited { } label { + display: inline-block; margin-right: 0.25em; + margin-bottom: 0.5em; } input, @@ -33,9 +38,9 @@ select, textarea, .button { background-color: #222222; - color: #dddddd; + color: var(--fg); padding: 0.5rem; - border: 2px solid #dddddd; + border: 2px solid var(--fg); border-radius: 5px; margin-bottom: 1rem; max-width: calc(100vw - 3rem - 4px); @@ -50,7 +55,7 @@ a.button { } a.button:visited { - color: #dddddd; + color: var(--fg); } .button:hover { @@ -58,7 +63,7 @@ a.button:visited { } .button.main { - background-color: green; + background-color: #007600; } .button.main:hover { diff --git a/static/index.html b/static/index.html index ce2e145..1f9428f 100644 --- a/static/index.html +++ b/static/index.html @@ -1,25 +1,30 @@ - + datatrash +

datatrash

- + +
+
+ +

- +
- +
diff --git a/template/upload.html b/template/upload.html index ff1c2a7..12aef04 100644 --- a/template/upload.html +++ b/template/upload.html @@ -1,5 +1,5 @@ - + datatrash @@ -10,7 +10,7 @@

datatrash

- Datei-Link: + datei-link: {url} diff --git a/template/view.html b/template/view.html index 0deb0a0..2ec3fe3 100644 --- a/template/view.html +++ b/template/view.html @@ -1,5 +1,5 @@ - + datatrash @@ -11,22 +11,22 @@

datatrash


- Herunterladen + herunterladen