aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/static/style.css')
-rw-r--r--cmd/web/static/style.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css
index bfa43f0..cdbcd06 100644
--- a/cmd/web/static/style.css
+++ b/cmd/web/static/style.css
@@ -32,14 +32,20 @@ i.cc {
32 text-align: center; 32 text-align: center;
33 display: inline-block; 33 display: inline-block;
34 color: white; 34 color: white;
35 font-size: 28px;
36 background-color: rgb(20, 20, 20); 35 background-color: rgb(20, 20, 20);
37 border-radius: 4px; 36 border-radius: 4px;
38 font-weight: bold; 37 font-weight: bold;
39 padding: 10px 10px 10px 10px; 38 padding: 10px 10px 10px 10px;
40 vertical-align: middle; 39 vertical-align: middle;
41 margin-bottom: 30px; 40}
41
42#header {
42 margin-top: 20px; 43 margin-top: 20px;
44 margin-bottom: 30px;
45}
46
47h1 {
48 font-size: 1.5em;
43} 49}
44 50
45.sign-in .form-control { 51.sign-in .form-control {