feat(#2): Add a dark mode

This commit is contained in:
Josh Creek
2023-07-30 18:19:07 +01:00
parent 65ba5304ba
commit fb42eca8f9
4 changed files with 83 additions and 15 deletions
+4
View File
@@ -70,4 +70,8 @@
display: inline;
margin-right: 5px;
}
#estimate-groups-list {
color: #333;
}
</style>
+4
View File
@@ -141,4 +141,8 @@
h2 {
margin-bottom: 0px;
}
.modal {
color: #333;
}
</style>