🐛 (Home) Add FAB in homepage

This commit is contained in:
Julien Calixte
2019-11-21 13:59:39 +01:00
parent 544054770b
commit 5d55d15b44
3 changed files with 12 additions and 2 deletions

View File

@@ -13,6 +13,11 @@
html {
overflow-y: auto;
background-color: var(--primary-color);
}
body {
background-color: white;
}
.app {