-
Notifications
You must be signed in to change notification settings - Fork 655
Commit
Also fixed Stylelint quotes issue introduced earlier.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1599,7 +1599,7 @@ | |
.markdown-format h6 .octicon-link, .tabnav-tab.selected, | ||
.leaflet-control-attribution, .leaflet-control-attribution a, | ||
.integrations-breadcrumb-link, a.integrations-breadcrumb-link, | ||
.ace_button { | ||
.ace_button, .link-gray-dark, a.link-gray-dark { | ||
This comment has been minimized.
Sorry, something went wrong. |
||
color: #e0e0e0 !important; | ||
} | ||
b, strong, .explain strong { | ||
|
@@ -2180,13 +2180,13 @@ | |
background-repeat: no-repeat !important; | ||
} | ||
.network-tree[src$="t.png"] { | ||
background-image: url('data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIkjI+pG8APY5O0uorfzRzt3n1g5pSTOTJiSq1s5L6ajMW0YgcFADs=') !important; | ||
background-image: url("data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIkjI+pG8APY5O0uorfzRzt3n1g5pSTOTJiSq1s5L6ajMW0YgcFADs=") !important; | ||
} | ||
.network-tree[src$="i.png"] { | ||
background-image: url('data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIhjI+pG8APY5O0uorfzRzt3n1gJo6WGaJcqUJsy7ywIgcFADs=') !important; | ||
background-image: url("data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIhjI+pG8APY5O0uorfzRzt3n1gJo6WGaJcqUJsy7ywIgcFADs=") !important; | ||
} | ||
.network-tree[src$="l.png"] { | ||
background-image: url('data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIejI+pG8APY5O0uorfzRzt3n1g5pSTOabqyrbuC68FADs=') !important; | ||
background-image: url("data:image/gif;base64,R0lGODlhFAAaAPABADMzMwAAACH5BAUAAAEALAAAAAAUABoAAAIejI+pG8APY5O0uorfzRzt3n1g5pSTOabqyrbuC68FADs=") !important; | ||
This comment has been minimized.
Sorry, something went wrong.
silverwind
Author
Member
|
||
} | ||
/* octotree icons */ | ||
a.octotree_toggle:not(.octotree_loading) > span:after, | ||
|
@@ -2303,7 +2303,7 @@ | |
} | ||
/* orange rss icon */ | ||
.blog-aside .octicon-rss, .dashboard-feed-icon.octicon-rss, | ||
.nav-rss a .octicon-rss, a.feed-icon, #dashboard .octicon-rss { | ||
a .octicon-rss, a.feed-icon { | ||
color: #f93 !important; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
silverwind
Author
Member
|
||
} | ||
.featured-label { | ||
|
in my opinion this is a bad design decision from GitHub.
GitHub Dark, should not emulate/condone their bad decisions.
Links are naturally expected to be blue and when you visited them they are expected to have a visited color,
Ignoring this preconception imo is bad web design (something GitHub often do.). because you cant distinguish what is a link from what is normal text—until you hover it with a mouse—or use another navigation method...
I once read a book titled "Dont Make Me Think: A common sense approach to web usability by Steve Krug
At my earliest convenience I will shoot and email with a link to that book to GitHub Support in a ironic and sarcastic sort of way.