This commit is contained in:
Moe Poi ~ 2021-11-21 14:05:31 +07:00
commit 2ae70ce732
3 changed files with 14 additions and 2 deletions

View file

@ -21,6 +21,18 @@ body {
width: 5%;
}
.button-close {
color: white;
background-color: darkred;
border-color: darkred;
border-radius: 100px;
}
.button-close:hover {
background-color: red;
border-color: red;
}
@media screen and (max-width: 500px) {
.navbar-brand {
width: 15vw;

View file

@ -3,7 +3,7 @@
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="theme-color" content="#2f0001">
<link href="assets/favicon.webp" rel="shortcut icon" type="image/webp" />
<link href="img/favicon.webp" rel="shortcut icon" type="image/webp" />
<title><%= title %></title>
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" rel="stylesheet">

View file

@ -580,7 +580,7 @@
You have successfully subscribed to the newsletter. Thank you for your subscription.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-secondary button-close" data-dismiss="modal">Close</button>
</div>
</div>
</div>