mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Add light theme first pass
Toggle is only temp to test. Need to move in nav for final. Will need further adjusting colors.
This commit is contained in:
5
styles/light/_mixins.scss
Normal file
5
styles/light/_mixins.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
@mixin prefers-color-scheme( $scheme: dark ) {
|
||||
@media (prefers-color-scheme: #{$scheme}) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user