Skip to content

Commit

Permalink
White links on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Jun 19, 2024
1 parent b4c7e11 commit a871c31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@
--bs-tertiary-bg-rgb: 30, 30, 30;
--bs-dark-rgb: 30, 30, 30;
}

@media (min-width: 768px) {
:root {
--bs-link-color-rgb: ;

a:hover {
--bs-link-color-rgb: 139, 185, 254;
}
}
}
</style>

<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
Expand Down

0 comments on commit a871c31

Please sign in to comment.