Make quote badges more readable

This commit is contained in:
Zed 2019-07-04 04:39:59 +02:00
parent b708c78c42
commit 6b64e84d81

View file

@ -527,6 +527,7 @@ video {
.photo-rail-grid img { .photo-rail-grid img {
height: 100%; height: 100%;
width: 100%; width: 100%;
border-radius: 4px;
object-fit: cover; object-fit: cover;
position: absolute; position: absolute;
top: 0; top: 0;
@ -841,7 +842,7 @@ video {
background: rgba(0, 0, 0, 0.66); background: rgba(0, 0, 0, 0.66);
border-radius: 4px; border-radius: 4px;
color: #fffffff0; color: #fffffff0;
padding: 0px 2px; padding: 1px 3px;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
} }