mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-13 08:15:49 +00:00
Toggle is only temp to test. Need to move in nav for final. Will need further adjusting colors.
5 lines
120 B
SCSS
5 lines
120 B
SCSS
@mixin prefers-color-scheme( $scheme: dark ) {
|
|
@media (prefers-color-scheme: #{$scheme}) {
|
|
@content;
|
|
}
|
|
} |