Skip to content

Commit

Permalink
Fix source logo quality
Browse files Browse the repository at this point in the history
  • Loading branch information
noeal-dac committed Oct 23, 2020
1 parent dcd2dd8 commit fb81db5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/css/style-source.css
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,9 @@ body {
.logo img {
max-height: 3.5em;
display: flex;
position: relative;
position: relative;
filter: blur(0);
-webkit-filter: blur(0);
}
.no-logo {
opacity: 0;
Expand Down

0 comments on commit fb81db5

Please sign in to comment.