Skip to content

Commit 75db94f

Browse files
author
tothpsk
authored
Merge pull request #2 from tothpsk/1.1.2
1.1.2
2 parents b3b4623 + 870a5c9 commit 75db94f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "Pop OS Mailspring Theme",
44
"displayName": "Pop OS",
55
"theme": "ui",
6-
"version": "1.1.1",
6+
"version": "1.1.2",
77
"description": "Theme inspired by Pop!_OS",
88
"license": "MIT",
99
"engines": {

styles/ui-variables.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ a {
158158
-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path fill="#FFF" d="M0 0h1l4 4 4-4h1v1L5 6 0 1z"/></svg>');
159159
}
160160

161+
//Activity icon colour (without accent)//
162+
.toolbar-activity .activity-toolbar-icon {
163+
background: #c0c0c0;
164+
}
165+
161166
//Search bar//
162167
.div.suggestions {
163168
&:hover {

0 commit comments

Comments
 (0)