mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-08-23 02:38:14 +02:00
19 lines
312 B
Plaintext
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; }
|