File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 795795 font-style : italic;
796796 }
797797
798+ a {
799+ color : var (--text-secondary );
800+ text-decoration : none;
801+ transition : color 0.2s ease;
802+ }
803+
804+ a : hover {
805+ color : var (--text-primary );
806+ }
807+
808+ /* Ensure light mode works too */
809+ body .light-mode a {
810+ color : var (--text-secondary );
811+ }
812+
813+ body .light-mode a : hover {
814+ color : var (--text-primary );
815+ }
816+
798817 @media (max-width : 768px ) {
799818 # mobile-menu-toggle {
800819 display : inline-flex;
@@ -1752,7 +1771,11 @@ <h4 id="browser-extensions">Browser Extensions</h4>
17521771 </ div >
17531772 < div class ="resource-description ">
17541773 Efficient ad-blocker with custom filter lists. Essential for
1755- safe browsing on piracy sites.
1774+ safe browsing on piracy sites. -
1775+ < a
1776+ href ="https://github.com/arkenfox/user.js/wiki/4.1-Extensions/#-dont-bother "
1777+ > < strong > Redundant Extensions</ strong > </ a
1778+ >
17561779 </ div >
17571780 < div class ="resource-features ">
17581781 < span class ="feature-tag "> Ad blocking</ span >
You can’t perform that action at this time.
0 commit comments