Complete color and font implementation into news and about pages

This commit is contained in:
Daniele Pancottini
2023-02-21 10:36:32 +01:00
parent 6e202e0cbd
commit 4be082fedc
8 changed files with 50 additions and 8 deletions

View File

@@ -121,7 +121,7 @@ const Layout: React.FC<Props> = ({
<style jsx>
{
`.vintageBackground {
background-color: rgba(240, 226, 123, 0.9)
background-color: rgba(240, 226, 123, 0.8)
}`
}
</style>