Added text-shadon in header menu and main text
New text-shadow rules for: * .navbar-custom a * .intro .intro-body .intro-text
This commit is contained in:
parent
892680a041
commit
b55b5fcf87
1 changed files with 2 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ a {
|
|||
}
|
||||
a {
|
||||
color: $light;
|
||||
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
.nav {
|
||||
li {
|
||||
|
|
@ -147,6 +148,7 @@ a {
|
|||
}
|
||||
.intro-text {
|
||||
font-size: 18px;
|
||||
text-shadow: 1px 0 1px #000;
|
||||
}
|
||||
}
|
||||
@media(min-width:768px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue