diff options
author | Indrajith K L | 2022-10-01 19:31:46 +0530 |
---|---|---|
committer | Indrajith K L | 2022-10-01 19:31:46 +0530 |
commit | 62ed7b262455d2535085903ef5bfd62b699dd89c (patch) | |
tree | ccc265758ec4411f4ab9d2ab69e73cb0044683d0 /src/_includes/partials/footer.njk | |
parent | aaa2da4e22be420891a00bb1b33bdfc431db80bd (diff) | |
download | indrajith-dev-62ed7b262455d2535085903ef5bfd62b699dd89c.tar.gz indrajith-dev-62ed7b262455d2535085903ef5bfd62b699dd89c.tar.bz2 indrajith-dev-62ed7b262455d2535085903ef5bfd62b699dd89c.zip |
Theming & CV Changes
* Adds New Color themes based on happyhues
* Adds CV - In-Progress
Diffstat (limited to 'src/_includes/partials/footer.njk')
-rw-r--r-- | src/_includes/partials/footer.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_includes/partials/footer.njk b/src/_includes/partials/footer.njk index b187151..8a1a660 100644 --- a/src/_includes/partials/footer.njk +++ b/src/_includes/partials/footer.njk @@ -1,4 +1,4 @@ -<footer class="items-center px-6 py-2 mt-auto bg-darkish-300 text-lightish-200"> +<footer class="items-center px-6 py-2 mt-auto bg-main-dark-brown-2 text-main-cream-white-2"> <ul class="w-full flex md:hidden gap-5 font-supply-regular ml-auto justify-center mt-5 md:mt-0"> <li class="hover:text-lightish-50 inline-block"><a title="Twitter" target="_blank" href="https://twitter.com/indrajithKLIS" class="links">{% feather "twitter" %}</a></li> <li class="hover:text-lightish-50 inline-block"><a title="Github" target="_blank" href="https://github.com/cooljith91112" class="links">{% feather "github" %}</a></li> |