update to Pycom brand colors (#411)

This commit is contained in:
gijsio
2021-04-23 11:24:45 +02:00
committed by GitHub
parent d8ff4774e1
commit bb7a071445
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ h2 {
}
h3 {
font-family: 'Montserrat';
color: rgb(0,112,32);
color:#00CC96 ;
letter-spacing: normal;
font-size: 1em;
padding-top: 1em;

View File

@@ -2754,7 +2754,7 @@ blockquote {
padding: 10px 10px 10px 10px;
font-size: 14px;
font-weight: 300;
background-color:rgba(0,128,0,0.7);
background-color:#17ffbd;
border-radius: 3px;
margin-bottom: 5px;
}