Add new logo
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 6.7 KiB |
@@ -239,6 +239,7 @@ kbd:active {
|
||||
|
||||
.logo {
|
||||
height: 100%;
|
||||
flex-shrink: 0;
|
||||
line-height: var(--header-height);
|
||||
font-size: 2rem;
|
||||
color: var(--color-text-highlight);
|
||||
@@ -246,7 +247,7 @@ kbd:active {
|
||||
padding-right: var(--widget-content-horizontal-padding);
|
||||
}
|
||||
|
||||
.logo:has(img) {
|
||||
.logo:has(img, svg) {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 658 B |
@@ -0,0 +1,7 @@
|
||||
<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="26" height="26" rx="3" fill="#151519"/>
|
||||
<rect x="2" y="2" width="10" height="22" rx="2" fill="#525260"/>
|
||||
<rect x="14" y="2" width="10" height="10" rx="2" fill="#D9C38C"/>
|
||||
<path d="M16.3018 5.04032L17.328 4H22V8.72984L20.9014 9.81855V6.49193C20.9014 6.35484 20.9095 6.21774 20.9256 6.08065C20.9497 5.93548 20.9859 5.81855 21.0342 5.72984L16.7847 10L16 9.2379L20.3099 4.93145C20.2294 4.97984 20.1167 5.0121 19.9718 5.02823C19.827 5.03629 19.674 5.04032 19.5131 5.04032H16.3018Z" fill="#151519"/>
|
||||
<rect x="14" y="14" width="10" height="10" rx="2" fill="#8B8B9C"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 677 B |
Reference in New Issue
Block a user