diff --git a/src/lib/global.css b/src/lib/global.css
index 2a642c1..c8718dd 100644
--- a/src/lib/global.css
+++ b/src/lib/global.css
@@ -44,6 +44,20 @@
font-display: swap;
}
+ :root {
+ /* Brand Colours */
+ --color-brand: #4fd1d1;
+ --color-accent: #3c6f79;
+ --color-title: #ebebeb;
+ --color-bg-light: #404c55;
+ --color-bg-dark: #2b343c;
+
+ /* Shadows */
+ --color-shadow: hsla(210, 20%, 5%, 0.35);
+ --shadow-std: 0 4px 12px var(--color-shadow);
+ --shadow-up: 0 -4px 12px var(--color-shadow);
+ }
+
body {
margin: 0;
padding: 0;
@@ -52,4 +66,16 @@ body {
-webkit-font-smoothing: antialiased;
-mos-osx-font-smoothing: grayscale;
overflow-x: hidden;
+}
+
+a {
+ color: var(--color-brand);
+}
+
+a:visited {
+ color: var(--color-brand);
+}
+
+a:hover {
+ color: var(--color-accent);
}
\ No newline at end of file
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index c7382d6..e24f375 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -58,7 +58,7 @@
>
+ © 2022-2026 Frederick Boniface +
++ Created by train crew, for train crew +
++ OwlBoard was created in 2022, evolving from 'Athena' which just provided 'Quick Links' to Tiger departure boards. The aim was to provide fast and easy access to the information we need on a daily basis. +
++ Some components that combine to form OwlBoard are open-source, see the Git reposititories for more info. +
++ Data is sourced from multiple providers, including National Rail Enquiries and Network Rail along side OwlBoard's own data +
+