diff options
-rw-r--r-- | hosted/access.html | 2 | ||||
-rw-r--r-- | hosted/challenges.html | 2 | ||||
-rw-r--r-- | hosted/index.html | 2 |
3 files changed, 3 insertions, 3 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> diff --git a/hosted/challenges.html b/hosted/challenges.html index d3766fe..95b70e4 100644 --- a/hosted/challenges.html +++ b/hosted/challenges.html @@ -98,7 +98,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> diff --git a/hosted/index.html b/hosted/index.html index f3625e8..d069475 100644 --- a/hosted/index.html +++ b/hosted/index.html @@ -32,7 +32,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> |