Update flags.css

This commit is contained in:
Alexander David Frick 2022-07-10 02:20:20 -05:00 committed by GitHub
parent 2db6217b95
commit 2de13a4ca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,9 +68,9 @@ html {
}
.logo {
width: 32px;
width: 48px;
float: left;
background: url(./hazard.svg) left center / 48px no-repeat;
background: url('data:image/svg+xml;utf8,<svg width="48" height="48" xmlns="http://www.w3.org/2000/svg" fill="#E51C23"><path d="M20 22.5a4.5 4.5 0 1 1 9.001.002A4.5 4.5 0 0 1 20 22.5zm12.906-.492 11.709.001a21.738 21.738 0 0 0-2.613-10.398C40.224 8.329 37.73 5.765 34.856 4L29 14.81c2.333 1.439 3.906 4.12 3.906 7.198zM20 14.811 14.141 4c-6.255 3.848-9.75 10.83-9.756 18.01h11.708c0-3.079 1.574-5.76 3.907-7.2zm4.48 15.643a8.025 8.025 0 0 1-4.094-1.126l-6.147 10.868c6.128 3.604 13.917 3.87 20.482.002l-6.148-10.87a8.024 8.024 0 0 1-4.093 1.126z"/></svg>') left center / 48px no-repeat;
line-height: 48px;
margin-bottom: 1.05em;
}