background
This commit is contained in:
parent
5f277f3353
commit
21d272d83e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue