diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 9deee74..0cd12a2 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -107,3 +107,4 @@ - Created `_contextual.scss` for `mark` styling. - Comments and sections for core. - Changed import in flavor, imported contextual in core. +- Corrected and finalized display of `abbr` elements with a `title` attribute: Border fix for older Firefox version was kept, dropped some styling for the underline, underline will now always be normal `text-decoration: underline` on all browsers (opinionated). \ No newline at end of file diff --git a/docs/v2/index.html b/docs/v2/index.html index bab0327..9dc8d03 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -45,5 +45,6 @@
Bubble marks are like this: primary mark, secondary mark, tertiary mark.
I am a paragraph and I have a link to the Github repo.
+I have an Abra to check the styling.