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.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css
index ad718d7..1ba682b 100644
--- a/cmd/web/static/style.css
+++ b/cmd/web/static/style.css
@@ -3,6 +3,7 @@
3body { 3body {
4 font-family: 'Fira Mono', 'Helvetica Neue', Arial, Helvetica, sans-serif; 4 font-family: 'Fira Mono', 'Helvetica Neue', Arial, Helvetica, sans-serif;
5 background-color: rgb(246, 248, 251); 5 background-color: rgb(246, 248, 251);
6 font-size: 0.9em;
6} 7}
7 8
8ul { 9ul {
@@ -64,7 +65,6 @@ h1 {
64.sign-in .form-control { 65.sign-in .form-control {
65 margin-bottom: 20px; 66 margin-bottom: 20px;
66 border-radius: 2px; 67 border-radius: 2px;
67 border: none;
68 background-color: white; 68 background-color: white;
69} 69}
70 70
@@ -83,12 +83,21 @@ h1 {
83.sign-in .submit { 83.sign-in .submit {
84 background-color: rgb(20, 20, 20); 84 background-color: rgb(20, 20, 20);
85 color: white; 85 color: white;
86 font-weight: bold;
87}
88
89.blue-link {
90 color: #0366d6;
91}
92
93.hint-text {
94 font-size: 0.9em;
95 margin-top: 1px;
86} 96}
87 97
88.api-credentials-form .form-control { 98.api-credentials-form .form-control {
89 margin-bottom: 20px; 99 margin-bottom: 20px;
90 border-radius: 2px; 100 border-radius: 2px;
91 border: none;
92 background-color: white; 101 background-color: white;
93} 102}
94 103
@@ -100,13 +109,13 @@ h1 {
100.otp-enroll .form-control { 109.otp-enroll .form-control {
101 margin-bottom: 20px; 110 margin-bottom: 20px;
102 border-radius: 2px; 111 border-radius: 2px;
103 border: none;
104 background-color: white; 112 background-color: white;
105} 113}
106 114
107.otp-enroll .submit { 115.otp-enroll .submit {
108 background-color: rgb(20, 20, 20); 116 background-color: rgb(20, 20, 20);
109 color: white; 117 color: white;
118 font-weight: bold;
110} 119}
111.form-message { 120.form-message {
112 background-color: rgba(255, 6, 6, .33); 121 background-color: rgba(255, 6, 6, .33);