about summary refs log tree commit diff
path: root/hosted/access.html
diff options
context:
space:
mode:
authormaride <maride@darknebu.la>2019-10-11 14:58:52 +0200
committermaride <maride@darknebu.la>2019-10-11 14:58:52 +0200
commitf4331aca3afb6007dab5fced634720d7c5822b94 (patch)
tree6a84c20ea4088c390aeb1bc40727c39e1a3a1519 /hosted/access.html
parentf822befed9f4b39f76993adb2376d694023868bf (diff)
Color Logout button red, not only outline
Diffstat (limited to 'hosted/access.html')
-rw-r--r--hosted/access.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted/access.html b/hosted/access.html
index 2279fc9..c9625ab 100644
--- a/hosted/access.html
+++ b/hosted/access.html
@@ -38,7 +38,7 @@
                         </button>
                     </div>
                     <div class="btn-group mr-2" role="group">
-                        <button class="btn btn-outline-danger my-2 my-sm-0" onclick="logoutThenRedirect()">Logout</button>
+                        <button class="btn btn-danger my-2 my-sm-0" onclick="logoutThenRedirect()">Logout</button>
                     </div>
                 </div>
             </div>