diff --git a/luckydiamond/src/assets/css/ComponentsStyles/header.css b/luckydiamond/src/assets/css/ComponentsStyles/header.css index 15c8944..814c586 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/header.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/header.css @@ -131,9 +131,9 @@ display: flex; align-items: center; border-radius: 13px; - background: #5865F2; + background: #5865f2; box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25); - color: #000; + color: #fff; font-size: 16px; font-weight: 600; font-family: Montserrat; diff --git a/luckydiamond/src/assets/icons-header/discord-icon.png b/luckydiamond/src/assets/icons-header/discord-icon.png deleted file mode 100644 index ef33ab2..0000000 Binary files a/luckydiamond/src/assets/icons-header/discord-icon.png and /dev/null differ diff --git a/luckydiamond/src/assets/icons-header/discord-icon.svg b/luckydiamond/src/assets/icons-header/discord-icon.svg new file mode 100644 index 0000000..7f9a31f --- /dev/null +++ b/luckydiamond/src/assets/icons-header/discord-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/luckydiamond/src/components/HeaderComponent.vue b/luckydiamond/src/components/HeaderComponent.vue index 0caf0fd..9e0db18 100644 --- a/luckydiamond/src/components/HeaderComponent.vue +++ b/luckydiamond/src/components/HeaderComponent.vue @@ -31,7 +31,7 @@