diff --git a/app/assets/styles/general.css b/app/assets/styles/general.css index 9a68aee..50e8dc6 100755 --- a/app/assets/styles/general.css +++ b/app/assets/styles/general.css @@ -58,7 +58,6 @@ 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 568236a..a59130e 100755 --- a/app/assets/styles/header.css +++ b/app/assets/styles/header.css @@ -52,17 +52,6 @@ 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 6398aac..63018c4 100755 --- a/app/components/Pp/Header.vue +++ b/app/components/Pp/Header.vue @@ -3,54 +3,29 @@ ProPapier -