diff --git a/src/main/resources/static/main.css b/src/main/resources/static/main.css index 706751a..d3c8a35 100644 --- a/src/main/resources/static/main.css +++ b/src/main/resources/static/main.css @@ -7,11 +7,13 @@ --min-card-size: 60ch; --corner-radius: 1rem; font-size: 12pt; + font-family: sans-serif; } body { background-color: var(--bg-color, black); color: var(--text-color, white); + margin: 0; } main { @@ -26,6 +28,13 @@ header { margin-inline: .75rem; } +#add-btn { + position: fixed; + top: 0; + left: 0; + z-index: 1; +} + #tool-bar { display: flex; flex-direction: row; diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index cc670ee..efc3f69 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -7,6 +7,10 @@ + + + + +

Welcome to DataDash