mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 18:18:55 +00:00
* improve text readability * title font weight * improve hover look * font size and colors * wip logo redo * site nav font size * Styled Docs Navigation * Styling Select Version * Custom Header Changes * Button Style Update * Build Correction * Major Styling Updates * Change Aux Link * Styling Updates * Changes * fix links in nav * inter -> Fira sans + mono * Pre Commit Run Co-authored-by: Chetan Verma <chetan61verma@gmail.com>
10 lines
156 B
HTML
10 lines
156 B
HTML
{% if site.logo %}
|
|
<div class="site-logo-wrapper">
|
|
<div class="site-logo"></div>
|
|
<h1>Documentation</h1>
|
|
</div>
|
|
|
|
{% else %}
|
|
{{ site.title }}
|
|
{% endif %}
|