This commit is contained in:
cupcakearmy 2021-11-23 14:49:32 +01:00
parent 27cbc8e56e
commit 4dbfe6f038
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 9 additions and 0 deletions

View File

@ -75,6 +75,8 @@
}
.dismiss .links a {
color: inherit;
text-decoration: inherit;
display: block;
cursor: pointer;
padding: 0.1em;
@ -86,4 +88,11 @@
transform: translateX(-0.25em);
opacity: 1;
}
hr {
outline: none;
background: transparent;
border: 1px inset currentColor;
margin: 1em 0;
}
</style>