[ui] solarize logo colors

feat/vaults
Tomáš Mládek 2022-02-04 12:02:00 +01:00
parent e5554a69e0
commit 0600fea278
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<style>
path {
fill:none;
stroke:#0a0a0a;
stroke: #073642;
stroke-width:15px;
stroke-linecap:round;
stroke-linejoin:round
@ -10,7 +10,7 @@
@media (prefers-color-scheme: dark) {
path {
stroke: white;
stroke: #eee8d5;
}
}
</style>

Before

Width:  |  Height:  |  Size: 490 B

After

Width:  |  Height:  |  Size: 493 B