blob: 37e1c58cb3d0dcf389658c9433ed5d99e28a0ccd [file] [log] [blame]
.light-bg {
background: $white;
color: $dark-purple;
background: var(--background);
color: var(--text-color);
.bodytext {
color: $medium-purple;
color: var(--text-second);
transition: color 0.5s ease;
}
transition: color 0.2s ease;
}