mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 23:41:41 -04:00
website: change color of text on selection
This commit is contained in:
@@ -167,9 +167,11 @@ table {
|
||||
|
||||
::selection {
|
||||
background: #ffff00; /* Safari */
|
||||
color: $black;
|
||||
}
|
||||
::-moz-selection {
|
||||
background: #ffff00; /* Firefox */
|
||||
color: $black;
|
||||
}
|
||||
|
||||
input {
|
||||
|
||||
Reference in New Issue
Block a user