summaryrefslogtreecommitdiff
path: root/source/refined-github.css
diff options
context:
space:
mode:
Diffstat (limited to 'source/refined-github.css')
-rw-r--r--source/refined-github.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/refined-github.css b/source/refined-github.css
index bab6c17f..b3f080a3 100644
--- a/source/refined-github.css
+++ b/source/refined-github.css
@@ -2,7 +2,7 @@
--rgh-green: var(--color-fg-success, #1a7f37);
--rgh-red: var(--color-fg-danger, #cf222e);
--rgh-border-color: var(--color-border-muted, #d8dee4);
- --rgh-background: var(--color-canvas-default, var(--color-bg-canvas, #fff));
+ --rgh-background: var(--color-canvas-default, #fff);
}
/* For `open-all-selected` and `pr-filters`: set a reduced padding for all buttons for #1830 and #1904 */
@@ -106,12 +106,12 @@ highlight-collaborators-and-own-conversations
parse-backticks
pr-branches
*/
-.js-issue-row .text-small:is(.color-text-secondary, .color-fg-muted) {
+.js-issue-row .text-small.color-fg-muted {
line-height: 1.8;
}
/* Reset `vertical-align` for .octicons to work with above increased line-height */
-.js-issue-row .text-small:is(.color-text-secondary, .color-fg-muted) .octicon {
+.js-issue-row .text-small.color-fg-muted .octicon {
vertical-align: middle;
}