Skip to content

Commit

Permalink
improve codehilite look and feel (#2488)
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Skov Madsen <masma@orsted.dk>
  • Loading branch information
MarcSkovMadsen and Marc Skov Madsen committed Jul 5, 2021
1 parent a921019 commit 53bcb3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions panel/template/fast/css/fast_panel.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
.codehilite {
background: var(--neutral-fill-active);
padding-top: 1px;
padding-bottom: 1px;
padding-left: 1em;
padding-right: 1em;
border-radius: calc(var(--corner-radius) * 1px);
}
p.bk.card-button {
display: block;
Expand Down

0 comments on commit 53bcb3d

Please sign in to comment.