Skip to content

Commit b2996d7

Browse files
glsdowntcbegley
authored andcommitted
Removed text decoration from nav links (#668)
1 parent 54977f3 commit b2996d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/static/docs.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ span.hljs-meta {
214214
font-weight: 500;
215215
font-size: 1.25rem;
216216
color: rgba(0, 0, 0, 0.65);
217+
text-decoration: none;
217218
}
218219

219220
.dbcd-nav-link:hover {
@@ -232,6 +233,7 @@ span.hljs-meta {
232233
.dbcd-nav-links ul > li > a {
233234
padding: 0.25rem 0rem;
234235
color: rgba(0, 0, 0, 0.65);
236+
text-decoration: none;
235237
}
236238

237239
.dbcd-nav-links ul > li.active > a {

0 commit comments

Comments
 (0)