Skip to content

Commit 691e42f

Browse files
authored
2.0.1
2.0.1
2 parents 652487b + 187d375 commit 691e42f

File tree

11 files changed

+723
-202
lines changed

11 files changed

+723
-202
lines changed

bottomfloat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function updateFloat() {
66
// close sidebar
77
toggleSidebar(false);
88
saveSidebarStateLS();
9-
9+
1010
// show bottom floater
1111
bottomWrapper.classList.remove('hidden');
1212

dark-theme.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,22 @@ cd-el {
231231
cursor: unset;
232232
}
233233

234-
.token a {
234+
.token.url-link {
235235
color: inherit;
236236
caret-color: #fff;
237+
text-decoration: none;
238+
position: relative;
239+
}
240+
241+
.token.url-link::before {
242+
content: '';
243+
position: absolute;
244+
bottom: 0;
245+
left: 0;
246+
right: 0;
247+
height: 2px;
248+
background: #313744;
249+
box-shadow: inset 0 -1px 0 0;
237250
}
238251

239252

0 commit comments

Comments
 (0)