/* add your custom styles below */

/* theme switcher */

.theme-switcher {
    position: fixed;
    bottom: 30px;
    right: 15px;
    display: grid;
    grid-row-gap: 10px;
    padding: 10px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.4);
}
  
.theme-switcher ul {
    margin: 0;
    padding: 0;
}
  
.theme-switcher li {
    list-style-type: none;
    font-size: x-small;
}
  
.theme-switcher a {
    color: var(--contrast);
}