Skip to content

Commit 706918d

Browse files
committed
Border rounding of span.pre class elements
1 parent 546a632 commit 706918d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
### Added
66
- Support for highlighting the searched elements
77

8+
### Changed
9+
- Border rounding of `span.pre` class elements
10+
811

912
## **2.0.0** - 2020.11.11
1013
### Added

python_docs_dark.user.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
span.pre {
133133
color: var(--text-code-general);
134134
background: var(--background-gray);
135+
border: 0.4px solid var(--background-gray);
136+
border-radius: 5px;
135137
}
136138

137139
dt:target {
@@ -142,8 +144,8 @@
142144
span.highlighted {
143145
color: #181818;
144146
background-color: #fbe54e;
145-
border-radius: 10px;
146147
border: 2px solid #fbe54e;
148+
border-radius: 10px;
147149
}
148150

149151
table.docutils td,

0 commit comments

Comments
 (0)