fix: change logo image to text
This commit is contained in:
parent
fdc6fa4181
commit
75950e9466
2 changed files with 11 additions and 2 deletions
|
@ -2785,6 +2785,15 @@ ol > li::before {
|
||||||
#logo {
|
#logo {
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
}
|
}
|
||||||
|
.logo-text {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
font-weight: 700;
|
||||||
|
color: var(--black)
|
||||||
|
}
|
||||||
|
.logo-text:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
color: var(--black)
|
||||||
|
}
|
||||||
.navbar-brand, .navbar-light .navbar-brand {
|
.navbar-brand, .navbar-light .navbar-brand {
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
<img alt="header icon" height=33 width=80 src="{{ ('images/'~SITE_ID~'/headericon.webp') | asset }}">
|
<img alt="header icon" height=33 width=80 src="{{ ('images/'~SITE_ID~'/headericon.webp') | asset }}">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="/" class="flex-grow-1">
|
<a href="/" id="logo" class="flex-grow-1 logo-text">
|
||||||
<img id="logo" alt="logo" src="{{ ('images/'~SITE_ID~'/logo.webp') | asset }}" width="100" height="20">
|
{{SITE_TITLE}}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="flex-grow-1 d-fl d-none d-md-block {% if not v %}pad{% endif %}">
|
<div class="flex-grow-1 d-fl d-none d-md-block {% if not v %}pad{% endif %}">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue