-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathhighlight.css
More file actions
19 lines (18 loc) · 1008 Bytes
/
highlight.css
File metadata and controls
19 lines (18 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.chrome-extension-FindManyStrings {
font-style: normal;
border-radius: 3px;
padding-left: 3px;
padding-right: 3px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
text-decoration: none;
}
.chrome-extension-FindManyStrings-style-0 { color: #000; background: #ffc600; }
.chrome-extension-FindManyStrings-style-1 { color: #fff; background: #A441FF; }
.chrome-extension-FindManyStrings-style-2 { color: #000; background: #FFF532; }
.chrome-extension-FindManyStrings-style-3 { color: #fff; background: #3988ff; }
.chrome-extension-FindManyStrings-style-4 { color: #000; background: #b4ff00; }
.chrome-extension-FindManyStrings-style-5 { color: #fff; background: #5E41FF; }
.chrome-extension-FindManyStrings-style-6 { color: #000; background: #75d6e2; }
.chrome-extension-FindManyStrings-style-7 { color: #fff; background: #F33F62; }
.chrome-extension-FindManyStrings-style-8 { color: #000; background: #ddb397; }
.chrome-extension-FindManyStrings-style-9 { color: #fff; background: #DD577A; }