Skip to content

Commit

Permalink
Update CSS rules for markdown-code.
Browse files Browse the repository at this point in the history
  • Loading branch information
leewyatt committed Jul 22, 2024
1 parent bb2d4a1 commit 4e63296
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,6 @@
-fx-background-color: -white;
}

.lotw-page-view .custom-markdown-view .markdown-code {
-fx-text-fill: -grey-100;
}

.lotw-page-view .links-cell {
-fx-padding: 0 0 30px 0;
}
Expand All @@ -583,6 +579,10 @@
-fx-padding: 0 15px;
}

.lotw-page-view .links-cell .custom-markdown-view .markdown-code {
-fx-text-fill: -grey-100;
}

.lotw-page-view .links-cell .date-label-container .label {
-fx-text-fill: -grey-100;
-fx-graphic-text-gap: 10px;
Expand Down

0 comments on commit 4e63296

Please sign in to comment.