-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Hi,
in Origine there is some styling for <pre> and <code>, when it is placed in an article
FreshRSS/p/themes/Origine/origine.css
Lines 801 to 823 in 8f31827
| .content pre { | |
| margin: 10px auto; | |
| padding: 10px 20px; | |
| overflow: auto; | |
| background: #222; | |
| color: #fff; | |
| font-size: 0.9rem; | |
| border-radius: 3px; | |
| } | |
| .content code { | |
| padding: 2px 5px; | |
| background: #fafafa; | |
| color: #d14; | |
| border: 1px solid #eee; | |
| border-radius: 3px; | |
| } | |
| .content pre code { | |
| background: transparent; | |
| color: #fff; | |
| border: none; | |
| } |
I would suggest to set a default style to all themes (and not define it just in Origine).
Which style (light or dark background? Mono spaced font?) would you expect?
Reactions are currently unavailable