Skip to content

Commit

Permalink
improve contrasts
Browse files Browse the repository at this point in the history
  • Loading branch information
Badatos committed Dec 18, 2024
1 parent f08501c commit a610ca7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
--bs-btn-active-border-color: #9C5514;
}

.btn-outline-primary {
--bs-btn-color: #9C5514;
--bs-btn-border-color: #9C5514;
[data-bs-theme="dark"] .btn-outline-primary {
--bs-btn-color: #FFF;
--bs-btn-border-color: #FFF;
--bs-btn-hover-bg: #9C5514;
--bs-btn-hover-border-color: #473321;
--bs-btn-active-bg: #9C5514;
Expand Down
8 changes: 8 additions & 0 deletions docs/assets/css/syntax_highlight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@

@import "rouge";

.highlight {
border-left: 3px solid var(--bs-gray-500);
}

pre.highlight{
padding: 1rem;
}

.highlight .nv {
color: #027F88;
}

.highlight .nb{
color: #0B7AAC;
}

0 comments on commit a610ca7

Please sign in to comment.