Skip to content

Commit

Permalink
Recolor footnote popup
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfactotum committed Sep 24, 2023
1 parent 210aaef commit 6ebd8dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/reader/reader.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
border: 0;
box-shadow: 0 0 0 1px var(--border), 0 0 12px rgba(0, 0, 0, .2);
-webkit-user-select: none;
background: var(--bg);
color: var(--fg);
}
#footnote-dialog div {
display: flex;
Expand All @@ -90,6 +92,7 @@
margin: 0;
padding: 12px;
font-weight: bold;
color: inherit;
background: none;
}
#footnote-dialog button:hover {
Expand Down

0 comments on commit 6ebd8dd

Please sign in to comment.