Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoguenet committed Mar 7, 2024
1 parent 136b6b0 commit ca6e8f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions resources/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pre {
@apply mb-2 rounded overflow-x-auto;
}

pre code {
pre code.torchlight {
@apply -mb-3;
}

Expand Down Expand Up @@ -47,20 +47,20 @@ pre code.torchlight .summary-caret {
height: 5px;
width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
background: #e2e8f0;
border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}
}
2 changes: 1 addition & 1 deletion resources/views/nudges/create.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<x-app-layout>
@push('styles')
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/base16/material-palenight.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/tokyo-night-dark.min.css">
@endpush

<x-slot name="header">
Expand Down

0 comments on commit ca6e8f5

Please sign in to comment.