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