Skip to content

Commit

Permalink
colorized test
Browse files Browse the repository at this point in the history
  • Loading branch information
bodobraegger committed Sep 5, 2023
1 parent 80ab5a0 commit a1f805f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
@import "@primer/css/layout/index.scss";

@import './styles/fonts/fonts.css';
@import './styles/section.scss';
@import './styles/chapter.scss';
@import './styles/search.scss';
// @import './styles/nav.scss';
@import './styles/table.scss';
@import './styles/search.scss';
@import './styles/footer.scss';
@import './styles/loading.scss';
@import './styles/quiz.scss';
Expand Down
10 changes: 10 additions & 0 deletions src/styles/section.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.content {
strong {
color: var(--color-primary);
filter: brightness(--lightness);
}
.md-img {
display: block;
}
}

0 comments on commit a1f805f

Please sign in to comment.