diff --git a/src/components/layouts/UserLayout.vue b/src/components/layouts/UserLayout.vue index 0489c5d..c2e1a31 100644 --- a/src/components/layouts/UserLayout.vue +++ b/src/components/layouts/UserLayout.vue @@ -17,12 +17,12 @@ @@ -135,7 +135,7 @@ export default { margin-bottom: 8px; font-size: 14px; a { - color: rgba(0, 0, 0, 0.45); + color: rgba(230, 228, 235, 0.45); transition: all 0.3s; &:not(:last-child) { margin-right: 40px; @@ -143,7 +143,7 @@ export default { } } .copyright { - color: rgba(0, 0, 0, 0.45); + color: rgb(242, 242, 248); font-size: 14px; } } diff --git a/src/components/page/GlobalFooter.vue b/src/components/page/GlobalFooter.vue index 8f4d09e..7974d85 100644 --- a/src/components/page/GlobalFooter.vue +++ b/src/components/page/GlobalFooter.vue @@ -3,49 +3,49 @@ \ No newline at end of file + .copyright { + color: rgba(230, 228, 235, 0.45); + font-size: 14px; + } +} +