full rewite of css

This commit is contained in:
Rosia E Evans 2023-01-07 14:21:27 +00:00
parent 397c6751f1
commit e11f2c6b82
31 changed files with 274 additions and 450 deletions

View file

@ -7,9 +7,9 @@
}
body{
color: #ffd256;
color: var(--secondary);
font-family: "roboto";
background-color: #181818;
background-color: var(--base);
line-height: 1.3;
margin: 3vw;
@ -42,7 +42,7 @@ li{
}
a:link, a:visited{
color: #ffd256;
color: var(--secondary);
}
.backButton{
@ -72,7 +72,7 @@ a:link, a:visited{
}
#introText{
border-bottom: solid 2px #ffd256;
border-bottom: solid 2px var(--secondary);
font-size: 1.2rem;
text-align: left;
padding-bottom: 20px;