2023-03-06 20:23:01 -08:00

19 lines
312 B
Plaintext

@charset "UTF-8";
/* === Breakpoints === */
.anchor {
display: none;
font-style: normal;
font-weight: normal;
position: absolute;
right: 100%;
top: 0; }
.anchor::before {
line-height: 3.2;
content: "∞";
color: #E05735;
padding-right: 0.1em; }
.anchor:hover a {
text-decoration: none; }