diff --git a/components/base/AuthorCard.vue b/components/base/AuthorCard.vue new file mode 100644 index 0000000..841c261 --- /dev/null +++ b/components/base/AuthorCard.vue @@ -0,0 +1,71 @@ + + + diff --git a/components/base/DHero.vue b/components/base/DHero.vue index 5a7b313..c8453f5 100644 --- a/components/base/DHero.vue +++ b/components/base/DHero.vue @@ -81,8 +81,8 @@ export default { background-image: url('@/assets/bharath-g-s-aLGiPJ4XRO4-unsplash.jpg'); .hero-text { - color: hsla(0, 0, 20%, 0.9); - background-color: hsla(0, 0, 100%, 0.2); + color: hsla(0, 0%, 20%, 0.9); + background-color: hsla(0, 0%, 100%, 0.2); padding: 1rem; margin: 0 -1rem 0.5rem; } diff --git a/components/base/Navbar.vue b/components/base/Navbar.vue index e5c49eb..171b9fa 100644 --- a/components/base/Navbar.vue +++ b/components/base/Navbar.vue @@ -248,6 +248,11 @@ +