aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-15 15:29:03 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-08-15 15:29:03 -0400
commit66cc6379170876a92074343faf4202fac5d90613 (patch)
tree0fa1841ccfcc4612bbbe12036fef743211aea940 /components
parent3a3a2e958dd4cd19d3f7da61aa61f26f3574a905 (diff)
downloadpersonal-website-66cc6379170876a92074343faf4202fac5d90613.tar.gz
personal-website-66cc6379170876a92074343faf4202fac5d90613.tar.bz2
personal-website-66cc6379170876a92074343faf4202fac5d90613.zip
Added python; Changed footer colour to gray; Added RPi menu
Diffstat (limited to 'components')
-rw-r--r--components/Footer.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Footer.vue b/components/Footer.vue
index 19aab10..76e1022 100644
--- a/components/Footer.vue
+++ b/components/Footer.vue
@@ -1,5 +1,5 @@
<template>
- <v-footer class="font-weight-medium" color="green darken-3" dark>
+ <v-footer class="font-weight-medium" color="gray darken-3" dark>
<v-col cols="12">
<p class="text-center">Website is licensed under GPL-3.0.</p>
<p class="text-center">Created using Vue.JS + NuxtJS and Vuetify. Hosted on Netlify.</p>