CSS: Fix colors, footer styling

This commit is contained in:
mDuo13
2024-01-30 14:34:59 -08:00
parent 6c938f7f4d
commit 63a1a4828b
9 changed files with 270 additions and 34 deletions

View File

@@ -1,12 +1,10 @@
/* Footer ------------------------------------------------------------------- */
.xrpl-footer {
.footer-nav{
.nav-item{
text-shadow: #111112 0px 0px 2px, #111112 1px 1px 2px, #111112 2px 2px 3px,
#111112 2px 2px 4px, #111112 2px 2px 5px, #111112 2px 2px 6px, #111112 -1px -1px 2px,
#111112 -2px -2px 3px, #111112 -2px -2px 4px;
}
[data-component-name="Footer/Footer"] {
[data-component-name="Footer/FooterColumn"] {
text-shadow: #111112 0px 0px 2px, #111112 1px 1px 2px, #111112 2px 2px 3px,
#111112 2px 2px 4px, #111112 2px 2px 5px, #111112 2px 2px 6px, #111112 -1px -1px 2px,
#111112 -2px -2px 3px, #111112 -2px -2px 4px;
}
padding: 7.5rem 2rem;