adds text shadow to footer items

This commit is contained in:
akcodez
2023-06-23 13:11:08 -07:00
parent e26e8db335
commit 6857bcdea2
4 changed files with 19 additions and 4 deletions

View File

@@ -993,4 +993,10 @@ $placeholder-color: $gray-600;
}
}
.footer-nav{
.nav-item{
text-shadow: white 0px 0px 2px, white 1px 1px 2px, white 2px 2px 3px,
white 2px 2px 4px, white 2px 2px 5px, white 2px 2px 6px, white -1px -1px 2px,
white -2px -2px 3px, white -2px -2px 4px;
}
}