mirror of
https://github.com/seigler/dash-website
synced 2025-07-28 07:36:08 +00:00
(Update) Nav: Link the Dash logo to the homepage (#6)
* (Update) Nav: Link the Dash logo to the homepage * (Update) Header: Reduce dropshadow
This commit is contained in:
parent
3a0a543859
commit
7cb8aac36e
3 changed files with 8 additions and 6 deletions
|
@ -10,7 +10,9 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<header id="top" class="content">
|
<header id="top" class="content">
|
||||||
<a href="#" class="logo"><img src="{{ base }}/assets/img/logo-{{ logo-color }}.png" alt="Dash"></a>
|
|
||||||
|
|
||||||
|
<a href="{{ basenav }}/" class="logo"><img src="{{ base }}/assets/img/logo-{{ logo-color }}.png" alt="Dash"></a>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
> .content {
|
> .content {
|
||||||
> h1, > p {
|
> h1, > p {
|
||||||
text-shadow: 2px 2px 2px rgba(black, 0.4);
|
text-shadow: 2px 2px 5px rgba(black, 0.2);
|
||||||
}
|
}
|
||||||
> h1 {
|
> h1 {
|
||||||
margin-top: 2.5em;
|
margin-top: 2.5em;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue