Skip to content

Commit

Permalink
Finish ESY-5864_Code_examples
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lilja committed Jan 23, 2024
1 parent 5fb6955 commit 0251c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/pygments-autumn.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.highlight .hll { background-color: #ffffcc }
.highlight { background: #ffffff; }
.highlight .c { color: #aaaaaa; font-style: italic } /* Comment */
.highlight .err { color: #FF0000; background-color: #FFAAAA } /* Error */
.highlight .err { color: #FFAAAA; } /* Error */
.highlight .k { color: #0000aa } /* Keyword */
.highlight .ch { color: #aaaaaa; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
Expand Down
2 changes: 1 addition & 1 deletion assets/js/cookie-consent.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ window.addEventListener("DOMContentLoaded", (event) => {
});

window.addEventListener("OneTrustGroupsUpdated", (event) => {
if (event.detail.indexOf("C0002") !== -1) {
if (event.detail && event.detail.indexOf("C0002") !== -1) {
activateClarity();
}
else {
Expand Down

0 comments on commit 0251c3a

Please sign in to comment.