🐛 fix readme

This commit is contained in:
Flam3rboy
2021-07-15 23:42:46 +02:00
parent 986737abc1
commit dd47c6355d
2 changed files with 8 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
![](./assets/readme.svg)
![](./assets/readme.svg?sanitize=true)
### Installation

View File

@@ -5,8 +5,15 @@
font-size: 16px;
dominant-baseline: hanging;
font-family: sans-serif;
fill: white;
}
@media (prefers-color-scheme: dark) {
text {
fill: rgb(201, 209, 217);
}
}
.h1 {
font-size: 47px;
font-weight: 100;

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB