Surely a little bit of colour won't hurt.

This commit is contained in:
Daniel Friesel 2020-01-25 17:01:35 +01:00
parent 3e9807b393
commit 384dc57291
2 changed files with 15 additions and 1 deletions

View file

@ -7,6 +7,20 @@
cursor: pointer;
}
.brand-logo span {
transition: color 1s;
}
.brand-logo:hover .ca,
.brand-logo:hover .ce {
color: #a8e3fa;
}
.brand-logo:hover .cb,
.brand-logo:hover .cd {
color: #f5c4ce;
}
td.cancelled {
text-decoration: line-through;
}

View file

@ -73,7 +73,7 @@
<div class="navbar-fixed">
<nav class="deep-purple">
<div class="nav-wrapper container">
<a href="/" class="brand-logo left">travelynx</a>
<a href="/" class="brand-logo left"><span class="ca">tr</span><span class="cb">av</span><span class="cc">e</span><span class="cd">ly</span><span class="ce">nx</span></a>
<ul id="nav-mobile" class="right">
<li class="loading">
<div class="preloader-wrapper small" style="margin-top: 0.5em; margin-bottom: -1em;">