Skip to content

Commit

Permalink
Website fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Nov 19, 2024
1 parent 86072dd commit e987c6e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion guides/css/main.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
---

@import "reset";
@use "reset";

$brand-color: #a5152a;
$dark-theme-brand-color: #e5534b;
Expand Down Expand Up @@ -232,12 +232,18 @@ code {
.dark-theme a {
color: $dark-theme-brand-color;
border-color: $dark-theme-brand-color;
code {
color: $dark-theme-brand-color;
}
}

a {
color: $brand-color;
border-color: $brand-color;
text-decoration: none;
code {
color: $brand-color;
}
}

a:hover, a:hover code {
Expand Down

0 comments on commit e987c6e

Please sign in to comment.