Skip to content

Commit e590fd0

Browse files
committed
Frontpage: Fix rss link color, better selector
Also fixed Stylelint quotes issue introduced earlier.
1 parent 7aa4ae9 commit e590fd0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

github-dark.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@
15991599
.markdown-format h6 .octicon-link, .tabnav-tab.selected,
16001600
.leaflet-control-attribution, .leaflet-control-attribution a,
16011601
.integrations-breadcrumb-link, a.integrations-breadcrumb-link,
1602-
.ace_button {
1602+
.ace_button, .link-gray-dark, a.link-gray-dark {
16031603
color: #e0e0e0 !important;
16041604
}
16051605
b, strong, .explain strong {
@@ -2180,13 +2180,13 @@
21802180
background-repeat: no-repeat !important;
21812181
}
21822182
.network-tree[src$="t.png"] {
2183-
background-image: url('data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIkjI+pG8APY5O0uorfzRzt3n1g5pSTOTJiSq1s5L6ajMW0YgcFADs=') !important;
2183+
background-image: url("data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIkjI+pG8APY5O0uorfzRzt3n1g5pSTOTJiSq1s5L6ajMW0YgcFADs=") !important;
21842184
}
21852185
.network-tree[src$="i.png"] {
2186-
background-image: url('data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIhjI+pG8APY5O0uorfzRzt3n1gJo6WGaJcqUJsy7ywIgcFADs=') !important;
2186+
background-image: url("data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIhjI+pG8APY5O0uorfzRzt3n1gJo6WGaJcqUJsy7ywIgcFADs=") !important;
21872187
}
21882188
.network-tree[src$="l.png"] {
2189-
background-image: url('data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIejI+pG8APY5O0uorfzRzt3n1g5pSTOabqyrbuC68FADs=') !important;
2189+
background-image: url("data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIejI+pG8APY5O0uorfzRzt3n1g5pSTOabqyrbuC68FADs=") !important;
21902190
}
21912191
/* octotree icons */
21922192
a.octotree_toggle:not(.octotree_loading) > span:after,
@@ -2303,7 +2303,7 @@
23032303
}
23042304
/* orange rss icon */
23052305
.blog-aside .octicon-rss, .dashboard-feed-icon.octicon-rss,
2306-
.nav-rss a .octicon-rss, a.feed-icon, #dashboard .octicon-rss {
2306+
a .octicon-rss, a.feed-icon {
23072307
color: #f93 !important;
23082308
}
23092309
.featured-label {

0 commit comments

Comments
 (0)