1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-26 07:46:06 -05:00

remove global .icon style

This commit is contained in:
2022-01-30 09:00:59 -05:00
parent 6fbe9ae66b
commit 2a29d713bb
17 changed files with 79 additions and 56 deletions

View File

@@ -22,7 +22,7 @@
margin: 1em auto;
}
.block .copy_btn {
.copy_btn {
position: absolute;
top: 0;
right: 0;
@@ -36,7 +36,7 @@
transition: background 0.25s ease, border 0.25s ease;
}
.block .copy_btn:hover {
.copy_btn:hover {
color: var(--link);
}