diff --git a/web/src/App.vue b/web/src/App.vue
index 9beca57..caedb97 100644
--- a/web/src/App.vue
+++ b/web/src/App.vue
@@ -37,12 +37,14 @@ export default defineComponent({
-
-
-
-
-
diff --git a/web/src/index.css b/web/src/index.css
index bd6213e..ee11269 100644
--- a/web/src/index.css
+++ b/web/src/index.css
@@ -1,3 +1,11 @@
@tailwind base;
@tailwind components;
-@tailwind utilities;
\ No newline at end of file
+@tailwind utilities;
+
+h1 {
+ font-size: 200%;
+}
+
+a {
+ text-decoration: underline;
+}
\ No newline at end of file
diff --git a/web/src/pages/BudgetSidebar.vue b/web/src/pages/BudgetSidebar.vue
index 932cf70..f645ac5 100644
--- a/web/src/pages/BudgetSidebar.vue
+++ b/web/src/pages/BudgetSidebar.vue
@@ -7,40 +7,40 @@ export default defineComponent({
-
+
⌂
{{$store.getters.CurrentBudget.Name}}
-
-
- - Budget
- - Reports (Coming Soon)
+
+
+
Budget
+
- Reports (Coming Soon)
-
-
+
-
On-Budget Accounts
-
- -
- {{account.Name}}
- {{account.Balance.Int / 100}}
-
-
+
+ {{account.Name}}
+ {{(account.Balance.Int / 100).toLocaleString(undefined, {minimumFractionDigits: 2,})}} €
+
-
-
+
-
Off-Budget Accounts
-
+
\ No newline at end of file
diff --git a/web/src/pages/Dashboard.vue b/web/src/pages/Dashboard.vue
index a810eb6..627cba8 100644
--- a/web/src/pages/Dashboard.vue
+++ b/web/src/pages/Dashboard.vue
@@ -11,7 +11,7 @@ export default defineComponent({
Budgets
-