
* fix: interface style improvements and components in ejs templates * fix: improvement of improvements * Redesign: kind of MD3 * Working url/search switch * formatting * Add switch animation, adjust sizes, adjust btn colors, rename bg2 to outline * Format --------- Co-authored-by: DarkCat09 <gh@dc09.ru>
6 lines
158 B
Plaintext
6 lines
158 B
Plaintext
<%
|
|
if (config.search.enabled) {
|
|
%><link rel="stylesheet" href="/static/search.css">
|
|
<link rel="stylesheet" href="/static/form-inputs.css"><%
|
|
}
|
|
%> |