You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I noticed that when clicking the link button next to headings, the background-color changes, as shown in the screenshot below.
However, I found that the border-radius for the hX:target selectors are not set to var(--border-radius);. This causes inconsistency in the visualization, as seen in the following screenshot.
What do you think is the correct solution?
I suggest adding a border-radius: var(--border-radius); property to the hX:target selectors to enhance visual consistency.
Here’s a preview of the changes:
Before
After
Participation
I am willing to submit a pull request for this change.
Additional comments
I think adding a bit more top and bottom padding or margin could improve the UI. Just my opinion—feel free to take it into consideration!
The text was updated successfully, but these errors were encountered:
Feel free to send a PR. The rounded corners are fine. I'm unsure how the margins and padding would look (if it will look better with existing UI) so would like other's feedback as well.
What problem do you want to solve?
Hello, I noticed that when clicking the link button next to headings, the
background-color
changes, as shown in the screenshot below.However, I found that the
border-radius
for thehX:target
selectors are not set tovar(--border-radius);
. This causes inconsistency in the visualization, as seen in the following screenshot.What do you think is the correct solution?
I suggest adding a
border-radius: var(--border-radius);
property to thehX:target
selectors to enhance visual consistency.Here’s a preview of the changes:
Before
After
Participation
Additional comments
I think adding a bit more top and bottom padding or margin could improve the UI. Just my opinion—feel free to take it into consideration!
The text was updated successfully, but these errors were encountered: