Browse Source

Logo brightness on hover

stuff
xcps 6 years ago
parent
commit
d8da19dd27
  1. 4
      public/stylesheets/style.css

4
public/stylesheets/style.css

@ -18,6 +18,10 @@ a:hover { @@ -18,6 +18,10 @@ a:hover {
align: center;
}
.header h1 a img:hover {
filter: brightness(1.25);
}
.header h1 a img {
height: 2em;
position: relative;

Loading…
Cancel
Save