highlight color

This commit is contained in:
bchiang7
2016-12-10 16:03:49 -05:00
parent 4d3c82cc45
commit 4ba78c1027
3 changed files with 11 additions and 0 deletions

View File

@@ -23,6 +23,10 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
::selection {
background: $midpointBlue;
}
html, html,
body { body {
margin: 0; margin: 0;

View File

@@ -14,6 +14,7 @@ $blue: #00b7c7;
$blueRGBA: rgba(0, 183, 199, 0.7); $blueRGBA: rgba(0, 183, 199, 0.7);
$purple: #4d0ce8; $purple: #4d0ce8;
$purpleRGBA: rgba(77, 12, 232, 0.7); $purpleRGBA: rgba(77, 12, 232, 0.7);
$midpointBlue: #2762D8;
$overlayOpacity: 0.61; $overlayOpacity: 0.61;
// Fonts // Fonts
$Chronicle: 'Chronicle Display Bold'; $Chronicle: 'Chronicle Display Bold';

View File

@@ -1770,6 +1770,12 @@
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; } -moz-osx-font-smoothing: grayscale; }
::-moz-selection {
background: #2762D8; }
::selection {
background: #2762D8; }
html, html,
body { body {
margin: 0; margin: 0;