text shadow for h1's and soft black background color for lead text

This commit is contained in:
Thomas Smith 2022-10-25 15:50:59 -04:00
parent 6af0c488c3
commit 7c67d88ceb
2 changed files with 6 additions and 1 deletions

View file

@ -9,7 +9,7 @@ title = 'Equitable Open-Source for Web3'
identifier = 'community'
name = 'Community'
title = 'community'
url = '/#community'
url = './#community'
weight = 4
[[menu.main]]
identifier = 'blog'

View file

@ -21,6 +21,7 @@ h1{
font-family: "pp-neue-machina", sans-serif;
color:#00ffd0;
text-transform:uppercase;
text-shadow: 0px 0px 4px #1a1a1a !important;
}
h2{
@ -44,6 +45,10 @@ h5{
text-transform: uppercase;
}
.lead{
background-color: #1a1a1a !important;
}
p{
font-family: "sono", sans-serif;
color: #ffffff;