Skip to content

Commit 0211251

Browse files
committed
feat(ui): improve sidebar logo visibility
1 parent 1c865cd commit 0211251

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
-12.7 KB
Binary file not shown.
170 KB
Binary file not shown.
282 KB
Loading

core/scripts/webpanel/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<!-- Brand Logo -->
5454
<a href="{{ url_for('index') }}" class="brand-link">
5555
<img src="{{ url_for('assets', path='img/logo.png') }}" alt="Blitz Logo"
56-
class="brand-image img-circle elevation-3" style="opacity: .8">
56+
class="brand-image img-circle elevation-3" style="background-color: #f8f9fa; padding: 3px;">
5757
<span class="brand-text font-weight-light">Blitz Dashboard</span>
5858
</a>
5959

0 commit comments

Comments
 (0)