Skip to content

Commit 7017895

Browse files
authored
add transition to sponsors block (Codeception#359)
1 parent ace33a7 commit 7017895

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,11 @@ body b {
398398
height: 80px;
399399
border-radius: 20px;
400400
opacity: 0.8;
401+
transition: opacity .2s ease;
402+
}
403+
404+
#footer .sponsors-item .sponsors:hover {
405+
opacity: 1;
401406
}
402407

403408
#footer .sponsors-item .sponsors.sponsors--themeisle {

0 commit comments

Comments
 (0)