feat(ui): add TTS logo to header with dark/light mode variants
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
<div class="layout-container">
|
<div class="layout-container">
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<div class="header-content">
|
<div class="header-content">
|
||||||
<h1>Project Optima</h1>
|
<img src={$theme === 'dark' ? '/tts-logo-dark.png' : '/tts-logo.png'} alt="Total Tech Solutions" class="header-logo" />
|
||||||
<button
|
<button
|
||||||
class="theme-toggle"
|
class="theme-toggle"
|
||||||
on:click={() => theme.toggle()}
|
on:click={() => theme.toggle()}
|
||||||
|
|||||||
@@ -33,6 +33,14 @@
|
|||||||
color: var(--header-text);
|
color: var(--header-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-logo {
|
||||||
|
height: 40px;
|
||||||
|
width: auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Layout Wrapper */
|
/* Layout Wrapper */
|
||||||
.layout-wrapper {
|
.layout-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 820 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
Reference in New Issue
Block a user