Skip to content

Commit 3b7f8df

Browse files
committed
MAKE IT GREEN!
1 parent bf722c0 commit 3b7f8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/theme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ define((require, exports, module) => {
2828
navigationPanel: {backgroundColor: '#fff'},
2929
progressbar: {color: '#82D3FD'},
3030
awesomebarSuggestions: {backgroundColor: '#fff', color: 'rgba(0,0,0, 0.65)'},
31-
gossamerButton: {color: '#333'}
31+
gossamerButton: {color: 'green'}
3232
}, properties);
3333

3434
const IS_DARK = true;

0 commit comments

Comments
 (0)