mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 09:15:37 -06:00
highlight color
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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';
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user