Browse Source

change to logo to remove 'beta'

practices
Simon Bowie 1 year ago
parent
commit
c929e41db4
2 changed files with 11 additions and 2 deletions
  1. +7
    -0
      web/app/static/styles/main.css
  2. +4
    -2
      web/app/templates/base.html

+ 7
- 0
web/app/static/styles/main.css View File

@@ -1421,6 +1421,13 @@ a.menuitem:hover {
color: rgb(255 255 255 / var(--tw-text-opacity));
}

.logo-secondary {
color: #B398FF;
}

.menuitem:hover .logo-secondary, .menuitem.hover .logo-secondary {
color: #000000;
}

/* The switch - the box around the slider */
.switch {

+ 4
- 2
web/app/templates/base.html View File

@@ -48,9 +48,11 @@

{% macro menu(type) %}
<a class="block menuitem w-48 " href="{{ url_for('main.index') }}{% if view == 'list' %}?view=list{% endif %}"
@click="menuOpen = false"><span>Experimental Publishing Compendium <span
@click="menuOpen = false">
<span>Experimental <span class="logo-secondary">Publishing</span> Compendium <!--<span
class="ml-3 inline-block -rotate-12 italic text-[#f52d2d]"
style="text-shadow: 0 0 0.4rem white">beta</span></span>
style="text-shadow: 0 0 0.4rem white">beta</span>-->
</span>
</a>

<a href="{{ url_for('tool.get_tools') }}{% if view == 'list' %}?view=list{% endif %}"

Loading…
Cancel
Save