adds a dropdown menu for colour schemes and a dark mode

This commit is contained in:
Rosia E Evans 2024-05-16 18:09:45 +01:00
parent f1c77852d2
commit 5c619f8fa4
11 changed files with 651 additions and 156 deletions

View file

@ -5,6 +5,7 @@ h1{
header{
font-size: 3rem;
margin-bottom: 2%;
width: min-content;
}
main{
@ -44,3 +45,7 @@ img{
width: 100%;
margin-top: 10px;
}
.webring{
background-color: white;
}