From ef0eb18a04ceb0dc636c5ad7db70ec38038149d5 Mon Sep 17 00:00:00 2001 From: Karthik Siddarth Date: Mon, 15 Apr 2019 15:07:38 +0530 Subject: [PATCH] set text-decoration and color of section items --- src/resumes/cool-rtl.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/resumes/cool-rtl.vue b/src/resumes/cool-rtl.vue index dc0b199..e192853 100755 --- a/src/resumes/cool-rtl.vue +++ b/src/resumes/cool-rtl.vue @@ -312,6 +312,8 @@ export default Vue.component(name, getVueOptions(name)); flex-direction: column; align-items: flex-end; margin-bottom: 5px; + text-decoration: none; + color: #00104f; } &__header { @@ -347,6 +349,8 @@ export default Vue.component(name, getVueOptions(name)); display: flex; flex-direction: column; align-items: flex-end; + text-decoration: none; + color: #00104f; } &--plain {