Skip to content

Commit 8d00582

Browse files
committed
fix dotted underline thickness
1 parent a4a91c5 commit 8d00582

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Version 2.1.1
33

44
Unreleased
55

6+
- Dotted underlines on links are smaller. :issue:`70`
7+
68

79
Version 2.1.0
810
-------------

src/pallets_sphinx_themes/themes/pocoo/static/pocoo.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ a {
183183
text-decoration: underline;
184184
text-decoration-style: dotted;
185185
text-decoration-color: #000;
186+
text-decoration-thickness: 1px;
186187
}
187188

188189
a:hover {

0 commit comments

Comments
 (0)