mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 15:26:09 +00:00
small adjustments to header and nav
This commit is contained in:
parent
64d0d20f4e
commit
41e86816fe
2 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
||||||
color: rgba($white, 0.9);
|
color: rgba($white, 0.9);
|
||||||
&:hover {
|
&:hover {
|
||||||
color: rgba($white, 1);
|
color: rgba($white, 1);
|
||||||
|
text-shadow: 0 0 2em black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -16,7 +17,7 @@
|
||||||
text-shadow: 2px 2px 2px rgba(black, 0.4);
|
text-shadow: 2px 2px 2px rgba(black, 0.4);
|
||||||
}
|
}
|
||||||
> h1 {
|
> h1 {
|
||||||
margin-top: 2em;
|
margin-top: 2.5em;
|
||||||
font-size: 56px;
|
font-size: 56px;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: rgba($black, 1.0);
|
color: rgba($black, 1.0);
|
||||||
text-shadow: 0 0 1em black;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:last-child > a {
|
&:last-child > a {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue