mirror of
https://github.com/fortressforever/fortressforever-web.git
synced 2024-11-10 06:42:10 +00:00
Lower the opacity of the play button on the home page (closes #1)
This commit is contained in:
parent
9a3d6cc070
commit
bc104f2cf3
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ ul.developer-list { list-style: none; }
|
|||
outline: 0;
|
||||
}
|
||||
.video-play-button .ytp-large-play-button-svg {
|
||||
opacity: .9;
|
||||
opacity: .65;
|
||||
}
|
||||
|
||||
@media not print {
|
||||
|
|
Loading…
Reference in a new issue