Skip to content

Commit fdb6261

Browse files
author
willitcode
committed
little bit of eye candy for the copy link button
1 parent 62e75e4 commit fdb6261

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@ p {
109109
color: white;
110110
}
111111

112+
#copylink:hover {
113+
background: #cc00cc;
114+
}
115+
116+
#copylink:active {
117+
background: purple;
118+
}
119+
112120
@media (prefers-color-scheme: dark) {
113121
html {
114122
background-color: #333333;

0 commit comments

Comments
 (0)