Fix the color of alt in the cover image. cleaner. re #77
This commit is contained in:
parent
5b6918488c
commit
d92cb9ed75
|
@ -195,6 +195,7 @@ max-width:800px;
|
||||||
.cover img {
|
.cover img {
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
max-height:100%;
|
max-height:100%;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.download {
|
.download {
|
||||||
|
|
|
@ -212,6 +212,7 @@ max-width:800px;
|
||||||
.cover img {
|
.cover img {
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
max-height:100%;
|
max-height:100%;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.download {
|
.download {
|
||||||
|
|
Loading…
Reference in a new issue