diff --git a/src/main/resources/static/styles/styles.css b/src/main/resources/static/styles/styles.css index 1f9c20e..6cb41b9 100644 --- a/src/main/resources/static/styles/styles.css +++ b/src/main/resources/static/styles/styles.css @@ -156,6 +156,7 @@ button { padding: 5px 25px 5px 25px; color: #4a3c3c; } + button:hover { background-color: #c2dac0 !important; } @@ -173,8 +174,8 @@ button:hover { flex: 1; } -.center{ - margin-left: auto; - margin-right: auto; - width: 25em; +.center { + margin-left: auto; + margin-right: auto; + width: 25em; } \ No newline at end of file diff --git a/src/main/resources/templates/fragments/footer.html b/src/main/resources/templates/fragments/footer.html new file mode 100644 index 0000000..20d7d41 --- /dev/null +++ b/src/main/resources/templates/fragments/footer.html @@ -0,0 +1,10 @@ + + +
+ + + + + \ No newline at end of file diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index baa9d71..43476f7 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -2,30 +2,32 @@ --