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

v5: Revenge of the JavaScript 🦸 (#711)

Hugo ➡️ Next.js
This commit is contained in:
2021-12-30 08:18:41 -05:00
committed by GitHub
parent b7505fa260
commit 9979e1bf3f
577 changed files with 8019 additions and 11864 deletions

View File

@@ -0,0 +1,23 @@
.copy_button {
position: absolute;
top: 0;
right: 0;
padding: 0.75em;
color: var(--text);
background-color: var(--background-inner);
border: 1px solid var(--kinda-light);
cursor: pointer;
&:hover {
color: var(--link);
}
.octicon {
width: 16px;
height: 16px;
}
.octicon-check {
color: var(--success);
}
}