diff --git a/public/css/index.css b/public/css/index.css index dee6eaf..1db272e 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -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; @@ -618,4 +630,4 @@ iframe { width: 100%; height: 100%; min-height: 350px; -} \ No newline at end of file +}