Skip to content

Commit

Permalink
fix: code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwente committed Aug 21, 2024
1 parent 51a4d12 commit 65848e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@

.navbar a:hover {
color: inherit;
text-decoration: underline;
text-decoration: underline;
text-decoration-color: #ff3cc7;
text-decoration-thickness: 3px;
}

.navbar li.nav-item a.nav-link {
color: #181818;
color: #181818;
}

.quarto-category {
color: #181818;
color: #181818;
}

::selection {
background-color: #a5d7d2;
}
background-color: #a5d7d2;
}
18 changes: 9 additions & 9 deletions theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ $navbar-bg: #4c1a57;
$navbar-padding-y: 0.5rem !default;

/*-- Code blocks --*/
$code-block-bg-alpha: -.8;
$code-block-bg-alpha: -0.8;
$code-block-border-left: #f0f600;

/*-- inline code blocks --*/
$code-bg: #4c1a57;
$code-color: #ccc9c9;

.navbar a:hover {
text-decoration: underline;
text-decoration-color: #f0f600; /* Different color for dark mode */
text-decoration-thickness: 3px; /* Thicker underline in dark mode */
text-decoration: underline;
text-decoration-color: #f0f600; /* Different color for dark mode */
text-decoration-thickness: 3px; /* Thicker underline in dark mode */
}

.navbar li.nav-item a.nav-link {
color: #ccc9c9;
color: #ccc9c9;
}

.quarto-category {
color: #f0f600;
color: #f0f600;
}

::selection {
background-color: #4c1a57;
}
background-color: #4c1a57;
}

0 comments on commit 65848e1

Please sign in to comment.