Skip to content

Commit

Permalink
2024-04-30 09:50:44
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiKimera committed Apr 30, 2024
1 parent 678a147 commit 3f78b04
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 95 deletions.
4 changes: 4 additions & 0 deletions assets/css/system/modules/_shortcodes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ body {
// ---------------------------------------------------------------------------------------------------------- //

&-file {
pre {
margin: 0;
}

.card-body {
//max-height: calc(100vh - 10rem);
}
Expand Down
5 changes: 3 additions & 2 deletions assets/css/system/modules/_syntax.chroma.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.highlight {
@import 'syntax.chroma.theme';

.chroma {
@import 'syntax.chroma.theme';
color: #abb2bf;

.lnt, .line, .hl {
display: block;
}
Expand Down
Loading

0 comments on commit 3f78b04

Please sign in to comment.