Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8359d2c4 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am b7f96375: docs: fix ::selection style to use Android blue for text highlighting

# Via Scott Main
* commit 'b7f96375':
  docs: fix ::selection style to use Android blue for text highlighting
parents 7257c71f b7f96375
Loading
Loading
Loading
Loading
+336 −341
Original line number Diff line number Diff line
@@ -3,11 +3,15 @@
/* clearfix idiom */
/* common mixins */
/* page layout + top-level styles */
::-webkit-selection,
::-moz-selection,
::selection {
  background-color: #0099cc;
  color: #fff; }
::-webkit-selection {
  background-color: #0099cc;
  color: #fff; }
::-moz-selection {
  background-color: #0099cc;
  color: #fff; }

html, body {
  height: 100%;
@@ -3436,15 +3440,6 @@ EndColorStr='#ececec');
/*********** PREVIOUSLY dac-styles.css ***************/





::-webkit-selection,
::-moz-selection,
::selection {
  background-color: #0099cc;
  color: #fff; }

#header {
  border-bottom:0;
}