Skip to content

Commit

Permalink
dim fullscreen mode card-header-title
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlt8 committed Jun 4, 2023
1 parent 47c6fc0 commit 5270417
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/static/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,16 @@ button:not(.offline):disabled+.age {
display: inline-block;
}

.is-overlay .age,
.fs-mode .card-header-title {
opacity: 0.8;
transition: 0.5s;
}

.is-overlay .age,
.card:hover>.fs-mode .card-header-title {
transition: 0.5s;
text-shadow: #000 0px 0px 2px;
opacity: 1;
}


Expand Down

0 comments on commit 5270417

Please sign in to comment.