From 9de84e3fbae0f2893e9c4f1425afa06899959bf7 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Wed, 24 Aug 2022 13:15:31 -0400 Subject: flaskify --- app/static/gen/style.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 app/static/gen/style.css (limited to 'app/static/gen') 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%; +} -- cgit v1.2.3