mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Use black on blue color for default selection color
This commit is contained in:
parent
63a0851b94
commit
2bbf35f2aa
3 changed files with 5 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue