mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Massively shrink uncompressed CSS assets 6 bytes
This is a good use of my time.
This commit is contained in:
parent
c54743e740
commit
fc8d0caeea
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
/* IndieWeb u-photo should be distinct from the background */
|
/* IndieWeb u-photo should be distinct from the background */
|
||||||
.u-photo {
|
.u-photo {
|
||||||
-webkit-filter: invert(100%);
|
-webkit-filter: invert(1);
|
||||||
filter: invert(100%);
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
Loading…
Reference in a new issue