Skip to content

Commit

Permalink
fix: chroma styling in post content
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndrblz committed Feb 21, 2022
1 parent 1e1c068 commit 923c738
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions assets/scss/partials/components/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@
}
}

.chroma {
@include themed() {
background-color: t('primary-lighter');
display: block;
border-bottom: 1px solid t('primary-lighter');
}
}

code {
font-family: monospace;
padding: 0 2px;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"scss/main.rtl.min.79afeb76fb7090c6dd3ff92152f75d08176cddfa5665720c8ce158111570612c.css","MediaType":"text/css","Data":{"Integrity":"sha256-ea/rdvtwkMbdP/khUvddCBds3fpWZXIMjOFYERVwYSw="}}
{"Target":"scss/main.rtl.min.4af4d8880125525389f10d7a72fb239b9ba8cea0d9d2d0caad7a501017c69485.css","MediaType":"text/css","Data":{"Integrity":"sha256-SvTYiAElUlOJ8Q16cvsjm5uozqDZ0tDKrXpQEBfGlIU="}}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"scss/main.min.701fd2854a758b1d755397addb7c7ad9c94f550c78a1265670472d42bc80cb11.css","MediaType":"text/css","Data":{"Integrity":"sha256-cB/ShUp1ix11U5et23x62clPVQx4oSZWcEctQryAyxE="}}
{"Target":"scss/main.min.f4afef93fbc400d19415ddb4672cc557b04c1cf4654f5ecdd514342557d26c45.css","MediaType":"text/css","Data":{"Integrity":"sha256-9K/vk/vEANGUFd20ZyzFV7BMHPRlT17N1RQ0JVfSbEU="}}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"scss/main.rtl.min.79afeb76fb7090c6dd3ff92152f75d08176cddfa5665720c8ce158111570612c.css","MediaType":"text/css","Data":{"Integrity":"sha256-ea/rdvtwkMbdP/khUvddCBds3fpWZXIMjOFYERVwYSw="}}
{"Target":"scss/main.rtl.min.4af4d8880125525389f10d7a72fb239b9ba8cea0d9d2d0caad7a501017c69485.css","MediaType":"text/css","Data":{"Integrity":"sha256-SvTYiAElUlOJ8Q16cvsjm5uozqDZ0tDKrXpQEBfGlIU="}}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"scss/main.min.701fd2854a758b1d755397addb7c7ad9c94f550c78a1265670472d42bc80cb11.css","MediaType":"text/css","Data":{"Integrity":"sha256-cB/ShUp1ix11U5et23x62clPVQx4oSZWcEctQryAyxE="}}
{"Target":"scss/main.min.f4afef93fbc400d19415ddb4672cc557b04c1cf4654f5ecdd514342557d26c45.css","MediaType":"text/css","Data":{"Integrity":"sha256-9K/vk/vEANGUFd20ZyzFV7BMHPRlT17N1RQ0JVfSbEU="}}

0 comments on commit 923c738

Please sign in to comment.