File tree Expand file tree Collapse file tree
packages/theme/components/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @primer/doctocat-nextjs ' : patch
3+ ---
4+
5+ Remove underlines from header links
Original file line number Diff line number Diff line change 101101 gap : var (--base-size-8 );
102102 align-items : center;
103103 margin-inline-end : auto;
104- text-decoration : none;
104+ text-decoration : none !important ; /* Override @primer/react link styles */
105105}
106106
107107.Header__siteTitle svg {
124124}
125125
126126.Header__link {
127- text-decoration : none;
127+ text-decoration : none !important ; /* Override @primer/react link styles */
128128 font-size : var (--base-font-size-16 );
129129 font-weight : var (--base-font-weight-500 );
130130 padding : var (--base-size-6 ) var (--base-size-12 );
Original file line number Diff line number Diff line change 102102.link {
103103 display : block;
104104 padding : var (--base-size-6 ) var (--base-size-8 );
105- text-decoration : none;
105+ text-decoration : none !important ; /* Override @primer/react link styles */
106106 color : var (--brand-color-text-default );
107107 cursor : pointer;
108108}
You can’t perform that action at this time.
0 commit comments