1
0
mirror of https://github.com/GOSTSec/gostexplr synced 2025-09-10 13:11:47 +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; align: center;
} }
.header h1 a img:hover {
filter: brightness(1.25);
}
.header h1 a img { .header h1 a img {
height: 2em; height: 2em;
position: relative; position: relative;