Skip to content

Commit a9b521d

Browse files
committed
Fixed border color for div.note
1 parent 9f104e4 commit a9b521d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
## **2.1.1** - dev
55
### Fixed
66
- Colors highlighting for some elements
7+
- Border color for `div.note`
78

89

910
## **2.1.0** - 2020.11.11

python_docs_dark.user.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,16 @@
119119
}
120120

121121
div.seealso,
122-
div.note,
123122
th,
124123
dl.field-list > dt {
125124
background-color: var(--background-light);
126125
}
127126

127+
div.note {
128+
background-color: var(--background-light);
129+
border: 1px solid #5d5d5d;
130+
}
131+
128132
div.body div.seealso {
129133
border: 2px solid var(--background-gray);
130134
}

0 commit comments

Comments
 (0)