Skip to content

Commit 9f104e4

Browse files
committed
Fixed syntax highlighting for .gh and .na
1 parent 4464239 commit 9f104e4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Python Docs - Dark Theme: Changelog
22

33

4+
## **2.1.1** - dev
5+
### Fixed
6+
- Colors highlighting for some elements
7+
8+
49
## **2.1.0** - 2020.11.11
510
### Added
611
- Support for highlighting the searched elements

python_docs_dark.user.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,12 @@
256256
.highlight .cpf {
257257
color: #61c0d8;
258258
}
259+
260+
.highlight .gh {
261+
color: #8787da;
262+
}
263+
264+
.highlight .na {
265+
color: #508fce;
266+
}
259267
}

0 commit comments

Comments
 (0)