Oops HRs were broken

This commit is contained in:
Violet 2023-09-22 14:00:09 +00:00 committed by GitHub
parent ef590b0f2f
commit 2f42b01e57

View file

@ -122,3 +122,9 @@ img:hover {
/* border-color: rgb(255, 200, 255); */
object-fit: cover;
}
hr {
color: white;
opacity: 0.5;
border-width: 2px;
}