mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-19 23:12:36 +02:00
background & text selection color changes
This commit is contained in:
@@ -3,7 +3,10 @@
|
|||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
/* Colors */
|
/* Colors */
|
||||||
$background-color: #252a34 !default;
|
/* hacks guide changes begin */
|
||||||
|
$background-color: #28282b !default;
|
||||||
|
$text-highlight-color: mix(#fff, $background-color, 15%) !default;
|
||||||
|
/* hacks guide changes end */
|
||||||
$text-color: #eaeaea !default;
|
$text-color: #eaeaea !default;
|
||||||
$primary-color: #00adb5 !default;
|
$primary-color: #00adb5 !default;
|
||||||
$border-color: mix(#fff, $background-color, 20%) !default;
|
$border-color: mix(#fff, $background-color, 20%) !default;
|
||||||
|
Reference in New Issue
Block a user