diff --git a/app/assets/styles/general.css b/app/assets/styles/general.css index 50e8dc6..9a68aee 100755 --- a/app/assets/styles/general.css +++ b/app/assets/styles/general.css @@ -58,6 +58,7 @@ body { height: 100%; overflow-x: hidden; font-family: sans-serif; + color: var(--color-darkest); } .dot { diff --git a/app/assets/styles/header.css b/app/assets/styles/header.css index a59130e..568236a 100755 --- a/app/assets/styles/header.css +++ b/app/assets/styles/header.css @@ -52,6 +52,17 @@ align-items: center; & li { list-style: none; + + & a { + color: var(--color-black); + text-decoration: none; + transition: var(--transition-default); + + &.active { + color: var(--color-main); + font-weight: bold; + } + } } } } \ No newline at end of file diff --git a/app/components/Pp/Header.vue b/app/components/Pp/Header.vue index 63018c4..d2bd73a 100755 --- a/app/components/Pp/Header.vue +++ b/app/components/Pp/Header.vue @@ -6,26 +6,51 @@ - -