background

This commit is contained in:
j 2021-11-21 12:06:08 +01:00
parent 5f277f3353
commit 21d272d83e

View file

@ -3,7 +3,7 @@
box-sizing: border-box;
a {
color: #000;
color: #ddd;
font-size: 12px;
text-decoration: none;
}
@ -89,7 +89,7 @@ main > .film {
.item {
width: calc(100% / 4 - 16px);
a {
color: #000;
color: #ddd;
font-size: 12px;
text-decoration: none;
}