summaryrefslogtreecommitdiff
path: root/pred_gui/frontend/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'pred_gui/frontend/src/style.css')
-rw-r--r--pred_gui/frontend/src/style.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/pred_gui/frontend/src/style.css b/pred_gui/frontend/src/style.css
new file mode 100644
index 0000000..3940d6c
--- /dev/null
+++ b/pred_gui/frontend/src/style.css
@@ -0,0 +1,26 @@
+html {
+ background-color: rgba(27, 38, 54, 1);
+ text-align: center;
+ color: white;
+}
+
+body {
+ margin: 0;
+ color: white;
+ font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
+ "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
+ sans-serif;
+}
+
+@font-face {
+ font-family: "Nunito";
+ font-style: normal;
+ font-weight: 400;
+ src: local(""),
+ url("assets/fonts/nunito-v16-latin-regular.woff2") format("woff2");
+}
+
+#app {
+ height: 100vh;
+ text-align: center;
+}