Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit f0cf6dd

Browse files
committed
ttv update patch: btn colors
1 parent 2be938d commit f0cf6dd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

foreground/foreground.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
}
44

55
.btn_dark {
6-
background: #3a3a3d;
7-
color: white;
6+
background: #2a2a2d;
7+
color: #efeff1;
88
}
99

1010
.btn_dark:hover {
11-
background: #464649;
11+
background: #363639;
1212
}
1313

1414
.btn_light {
1515
background: #f2f2f2;
16-
color: black;
16+
color: #0e0e10;
1717
}
1818

1919
.btn_light:hover {
20-
background: #e5e5e5;
20+
background: #ebebeb;
2121
}
2222

2323
.star_indicator {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ttv-favorites",
44
"description": "enables favorites on Twitch.tv",
55
"homepage_url": "https://github.com/jc9108/ttv-favorites",
6-
"version": "1.2.13",
6+
"version": "1.2.14",
77
"manifest_version": 3,
88
"icons": {
99
"16": "./images/icon_16.png",

0 commit comments

Comments
 (0)