Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions downstyler.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ a[href]:visited { color: BlueViolet; }

/* Styles for code-related elements */
pre, :not(pre) code, kbd, samp, tt { padding: .1em .3em; margin: 0 .1em; font-size: 80%; background: #eee; }
:is(i, em) code, kbd, samp, tt { transform: skew(-10deg); display: inline-block; font-style: normal; }
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe also include in the :is() other tags that are rendered as italics (<dfn>, <var>, <cite>)?


/* Styles for blockquote elements */
blockquote { padding-left: 1em; margin-left: 0; border-left: 5px solid #ddd; color: #666; }
Expand Down