Oops HRs were broken
This commit is contained in:
parent
ef590b0f2f
commit
2f42b01e57
1 changed files with 6 additions and 0 deletions
|
@ -121,4 +121,10 @@ img:hover {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
/* border-color: rgb(255, 200, 255); */
|
/* border-color: rgb(255, 200, 255); */
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
color: white;
|
||||||
|
opacity: 0.5;
|
||||||
|
border-width: 2px;
|
||||||
}
|
}
|
Loading…
Reference in a new issue