Use black on blue color for default selection color

This commit is contained in:
Paul Rouget 2016-03-28 18:26:17 +08:00
parent 63a0851b94
commit 2bbf35f2aa
3 changed files with 5 additions and 8 deletions

View file

@ -12,8 +12,8 @@
padding: 0;
}
::selection {
color: white;
background: rgba(255, 127, 0, 1.0);
color: black;
background: rgba(176, 214, 255, 1.0);
}
</style>
</head>

View file

@ -7,8 +7,8 @@
<style>
span {
font: 16px sans-serif;
color: white;
background: rgba(255, 128, 0, 1.0);
color: black;
background: rgba(176, 214, 255, 1.0);
}
</style>
</head>