diff --git a/resources/public/css/yyy-static.css b/resources/public/css/yyy-static.css index 0587468..a61993e 100644 --- a/resources/public/css/yyy-static.css +++ b/resources/public/css/yyy-static.css @@ -160,7 +160,7 @@ th { #main-container{ } -#back-link { +#back-link, .back-link { min-width: 8em; padding: 0.25em 1em; background-color: gray; @@ -170,7 +170,7 @@ th { border-bottom-right-radius: 0.5em; } -#back-link:hover, #back-link:active { +#back-link:hover, #back-link:active, .back-link:hover, .back-link:active, { text-decoration: none; background-color: rgb(160, 160, 160); } diff --git a/resources/templates/home.html b/resources/templates/home.html index 31a313d..37db8b6 100644 --- a/resources/templates/home.html +++ b/resources/templates/home.html @@ -1,11 +1,29 @@ - - - Welcome to YouYesYet + + + + + You Yes Yet? +
+ + +

+ You yes yet? +

+
@@ -29,10 +47,6 @@
- {% script "/vendor/leaflet/dist/leaflet.js" %} - {% style "/assets/bootstrap/css/bootstrap.min.css" %} - {% style "/assets/font-awesome/css/font-awesome.min.css" %} - {% style "/css/screen.css" %}