Skip to content

Commit b3b4623

Browse files
author
tothpsk
authored
Merge pull request #1 from tothpsk/1.1.1
1.1.1
2 parents 37323b3 + c8245f3 commit b3b4623

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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.0",
6+
"version": "1.1.1",
77
"description": "Theme inspired by Pop!_OS",
88
"license": "MIT",
99
"engines": {

styles/ui-variables.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ https://github.com/Foundry376/Mailspring/blob/master/app/static/style/base/ui-va
7272
//@orange-prefilter: #fbb86c; // set manually, as hue-rotate is only an approximation of spin
7373
//@orange-prefilter: spin(#fff - #fbb86c, 180); // set automatically, but suboptimally
7474

75+
//to correct the colour of the links inside the mail body after applying the prefilter
76+
#inbox-html-wrapper > :not(table), #inbox-plain-wrapper > :not(table), #inbox-html-wrapper > :not(table) > :not(table), #inbox-plain-wrapper > :not(table) > :not(table), #inbox-html-wrapper > :not(table) > :not(table) > :not(table), #inbox-plain-wrapper > :not(table) > :not(table) > :not(table), #inbox-html-wrapper > :not(table) > :not(table) > :not(table) > :not(table), #inbox-plain-wrapper > :not(table) > :not(table) > :not(table) > :not(table) {
77+
a {
78+
color: #864700;
79+
}
80+
}
81+
7582
/* Badge with counter, secondary */
7683
.item-count-box:not(.selected):not(.focused) {
7784
color: #33302f;

0 commit comments

Comments
 (0)