1
0
mirror of https://github.com/GOSTSec/gostexplr synced 2025-03-13 05:51:26 +00:00

Logo brightness on hover

This commit is contained in:
xcps 2018-02-04 00:55:12 +05:00
parent 99db5149d7
commit d8da19dd27

View File

@ -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;