mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:35:05 +03:00
text shadow for h1's and soft black background color for lead text
This commit is contained in:
parent
6af0c488c3
commit
7c67d88ceb
2 changed files with 6 additions and 1 deletions
|
@ -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'
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue