mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-01 04:50:52 -05:00
website: change color of text on selection
This commit is contained in:
parent
0543d238dd
commit
f3bcdbdf34
1 changed files with 2 additions and 0 deletions
|
|
@ -167,9 +167,11 @@ table {
|
|||
|
||||
::selection {
|
||||
background: #ffff00; /* Safari */
|
||||
color: $black;
|
||||
}
|
||||
::-moz-selection {
|
||||
background: #ffff00; /* Firefox */
|
||||
color: $black;
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
|
|||
Loading…
Reference in a new issue