|
21 | 21 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
22 | 22 | <meta name="theme-color" content="#ffffff" /> |
23 | 23 |
|
24 | | - <link rel="shortcut icon" href="{{ path_to_root }}/logos/favicon.png"> |
| 24 | + <link rel="shortcut icon" href="{{ path_to_root }}/logos/kb-icon.svg"> |
25 | 25 | <link rel="stylesheet" href="{{ path_to_root }}css/variables.css"> |
26 | 26 | <link rel="stylesheet" href="{{ path_to_root }}css/general.css"> |
27 | 27 | <link rel="stylesheet" href="{{ path_to_root }}css/chrome.css"> |
|
119 | 119 | </button> |
120 | 120 | <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu"> |
121 | 121 | <li role="none"><button role="menuitem" class="theme" id="light">{{ theme_option "Light" }}</button></li> |
122 | | - <li role="none"><button role="menuitem" class="theme" id="rust">{{ theme_option "Rust" }}</button></li> |
123 | | - <li role="none"><button role="menuitem" class="theme" id="coal">{{ theme_option "Coal" }}</button></li> |
124 | | - <li role="none"><button role="menuitem" class="theme" id="navy">{{ theme_option "Navy" }}</button></li> |
125 | | - <li role="none"><button role="menuitem" class="theme" id="ayu">{{ theme_option "Ayu" }}</button></li> |
| 122 | + <li role="none"><button role="menuitem" class="theme" id="navy">{{ theme_option "Dark" }}</button></li> |
126 | 123 | </ul> |
127 | 124 | {{#if search_enabled}} |
128 | 125 | <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar"> |
|
140 | 137 | <a href="https://book-v2.book.kubebuilder.io/"target="_blank" rel="noopener noreferrer">v2-book</a> |
141 | 138 | <a href="https://book-v1.book.kubebuilder.io/"target="_blank" rel="noopener noreferrer">v1-book</a> |
142 | 139 | </div> |
143 | | - </div> |
| 140 | + </div> |
144 | 141 | </div> |
145 | 142 |
|
146 | | - <h1 class="menu-title"><img alt="{{ book_title }}" src="{{ path_to_root }}/logos/logo-single-line.png"></h1> |
| 143 | + <h1 class="menu-title"><img alt="{{ book_title }}" class="large-logo-img" src="{{ path_to_root }}/logos/kb-logo-one-line.svg"></h1> |
147 | 144 |
|
148 | 145 | <div class="right-buttons"> |
149 | 146 | <a href="{{ path_to_root }}print.html" title="Print this book" aria-label="Print this book"> |
|
0 commit comments