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

@ -121,4 +121,10 @@ img:hover {
transform: scale(1);
/* border-color: rgb(255, 200, 255); */
object-fit: cover;
}
hr {
color: white;
opacity: 0.5;
border-width: 2px;
}