A website guide for using Concordia
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
238 B

5 years ago
.light-mode-button {
background: #000;
border-color: #000;
color: lightgrey;
}
.dark-mode-button {
background: lightgrey;
border-color: black;
}
.light-mode-button,.dark-mode-button {
border-radius: 100px;
border-style: solid;
}