File tree Expand file tree Collapse file tree 2 files changed +6
-19
lines changed Expand file tree Collapse file tree 2 files changed +6
-19
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @scalar/themes ' : patch
3+ ---
4+
5+ fix(themes): don't style <a > in reset only in markdown
Original file line number Diff line number Diff line change 4141 font-size : inherit;
4242 font-weight : inherit;
4343 font-style : inherit;
44+ text-decoration : inherit;
4445 line-height : inherit;
4546 color : inherit;
4647 margin : unset;
122123 cursor : pointer;
123124 }
124125
125- a {
126- --font-color : var (--scalar-link-color , var (--scalar-color-accent ));
127- --font-visited : var (--scalar-link-color-visited , var (--scalar-color-2 ));
128-
129- text-decoration : var (--scalar-text-decoration );
130- color : var (--font-color );
131- font-weight : var (--scalar-link-font-weight , var (--scalar-semibold ));
132- text-underline-offset : 0.25rem ;
133- text-decoration-thickness : 1px ;
134- text-decoration-color : color-mix (in srgb, var (--font-color ) 30% , transparent);
135- }
136-
137- a : hover {
138- text-decoration-color : var (currentColor, var (--scalar-color-1 ));
139- color : var (--scalar-link-color-hover , var (--scalar-color-accent ));
140- -webkit-text-decoration : var (--scalar-text-decoration-hover );
141- text-decoration : var (--scalar-text-decoration-hover );
142- }
143-
144126 /** Make sure disabled buttons don't get the pointer cursor. */
145127 : disabled {
146128 cursor : default;
You can’t perform that action at this time.
0 commit comments