mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: add favicon and logo assets, update App component to use logo
This commit is contained in:
@@ -235,14 +235,15 @@ body,
|
||||
.brand {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
font-size: 34px;
|
||||
font-weight: 800;
|
||||
color: #1e293b;
|
||||
}
|
||||
|
||||
.brand-icon {
|
||||
color: #334155;
|
||||
.brand-logo {
|
||||
width: 57px;
|
||||
height: 57px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.topbar-actions {
|
||||
|
||||
Reference in New Issue
Block a user