diff --git a/assets/styles/main.css b/assets/styles/main.css index 5872209..3b1f3e3 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -108,6 +108,16 @@ pre code { line-height: 20px; } +span.btn.clip { + float: right; + height: 2em; + margin: 0.25vw 0 0 0.25vw; + background-image: url("../images/clippy.svg"); + background-size: 60%; + background-position: center; + background-repeat: no-repeat; +} + code { background-color: #E8F5F2; border-radius: 3px;