Skip to content

Commit

Permalink
Fix discord button color
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalorg committed Sep 15, 2024
1 parent 9286d4e commit 3a8ff48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/co/gaiwan/compass/html/navigation.clj
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
[:&.discord-button :border-0]]
[c/avatar {:height "2rem"}]
[:.discord-button :flex :justify-center :py-3
[:>a
{:background-color "#7289da"}
[:&:hover {:background-color "#7289da"}]]
[#{:a :a:visited} {:color t/--gray-2}]]
[:a:visited {:color t/--link}]
["a:has(.notifier-dot)" :flex :gap-1 :items-baseline]
Expand Down

0 comments on commit 3a8ff48

Please sign in to comment.