Make more things copyable

This commit is contained in:
Justin Starry
2020-04-22 22:01:56 +08:00
committed by Michael Vines
parent bdbd037257
commit 1172d9cd41
5 changed files with 70 additions and 24 deletions

View File

@@ -17,10 +17,18 @@ code {
cursor: pointer;
}
.popover {
top: -1rem;
right: -5.12rem;
left: auto;
.popover.bs-popover-top {
background-color: $dark;
top: -4rem;
left: 40%;
.popover-body {
color: white;
}
.arrow::after {
border-top-color: $dark;
}
}
}