Add platform icons and fix dark mode contrast on HTTPS config page
- Portal: replace placeholder brand icon with Icon_platform.png in topbar - NetworkView: replace placeholder sidebar logo with Icon_networkView.png - DigiServer: fix https_config.html dark mode contrast (hardcoded light colors replaced with body.dark-mode CSS overrides and CSS variables)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -62,7 +62,7 @@ code { font-family: 'SFMono-Regular', Consolas, monospace; font-size: 0.85em; }
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.brand-icon { font-size: 1.4rem; color: var(--accent-blue); }
|
||||
.brand-icon { height: 2rem; width: auto; vertical-align: middle; }
|
||||
|
||||
.topbar-nav {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user