Skip to content

Commit

Permalink
remove author color
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Oct 8, 2024
1 parent 117c307 commit 1a2dde8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion components/chat/ChatMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- post author and timestamp -->
<p class="card-subtitle mb-2 text-muted">
<NuxtLink
class="link-without-color hover-color author-color"
class="link-without-color hover-color"
:to="'/profile/?id=' + String(showDomainOrFullAddress)"
title="Go to profile page"
>
Expand Down
4 changes: 0 additions & 4 deletions public/css/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@
--bs-white-black-toggle: #000;
}

[data-bs-theme=light] .author-color {
color: #96969a !important;
}

[data-bs-theme=light] body {
background-color: #f5f5f6;
}
Expand Down

0 comments on commit 1a2dde8

Please sign in to comment.