aboutsummaryrefslogtreecommitdiff
path: root/app/static/gen/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/static/gen/style.css')
-rw-r--r--app/static/gen/style.css46
1 files changed, 46 insertions, 0 deletions
diff --git a/app/static/gen/style.css b/app/static/gen/style.css
new file mode 100644
index 0000000..6dd2994
--- /dev/null
+++ b/app/static/gen/style.css
@@ -0,0 +1,46 @@
+body {
+ background: #282828;
+ color: #ebdbb2;
+ font-family: monospace;
+}
+
+a a:active, a:visited {
+ color: #458588;
+}
+
+.container {
+ margin: auto;
+ width: 60%;
+}
+
+button {
+ border-radius: 8px;
+ background-color: #458588;
+ border-color: #458588;
+ border: none;
+ margin: 0.5rem;
+}
+
+button.accent {
+ background-color: #d79921;
+ border-color: #d79921;
+}
+
+form {
+ width: 40%;
+}
+
+label,
+input {
+ display: inline-block;
+}
+
+label {
+ width: 40%;
+ text-align: right;
+}
+
+label + input {
+ width: 40%;
+ margin: 0 30% 0 4%;
+}