Skip to content

Commit

Permalink
Make checksum text selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
nakfoury committed Nov 20, 2020
1 parent 0fa10ad commit 7f9c49c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@

.text {
margin-top: 1.5em;
color: inherit;
text-decoration: inherit;
user-select: text;
}

.text::selection {
background-color: var(--accent-color);
color: var(--bg-color);
}
</style>
</head>
Expand Down

0 comments on commit 7f9c49c

Please sign in to comment.