From 738a0dd31a30ff13a7f678cc3c6d32c8b959f3eb Mon Sep 17 00:00:00 2001
From: Marco Endrizzi <me00531@surrey.ac.uk>
Date: Fri, 23 Apr 2021 16:12:54 -0700
Subject: [PATCH] Changed branding color
---
src/App.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App.vue b/src/App.vue
index 973b223..9373d9b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -21,6 +21,6 @@ export default defineComponent({
<style>
.bg-brand {
- background: #135292;
+ background: #1b65af;
}
</style>
--
GitLab