mirror of
https://github.com/derf/travelynx
synced 2024-11-10 15:04:17 +00:00
Surely a little bit of colour won't hurt.
This commit is contained in:
parent
3e9807b393
commit
384dc57291
2 changed files with 15 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;">
|
||||
|
|
Loading…
Reference in a new issue