diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 39684f4..9f3e0ce 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -72,4 +72,12 @@ ## 20161015 -- Updated references to `background-color` and `background-image` to use the `background` shorthand instead. \ No newline at end of file +- Updated references to `background-color` and `background-image` to use the `background` shorthand instead. +- Changed palette white from `#f9f9f9` to `#fcfcf` to pass all WCAG tests. +- Added styling for `mark` elements to serve as primary contextual elements. +- Added mixin for `mark` elements (`make-mark-alt-color`) to make variants of the `mark` element (`secondary` and `tertiary`). +- Made color palette for marks, passes all WCAG tests. +- `mark` element styling (`padding`, `margin`, `font-size`, `line-height`) implemented and optimized. +- Optimized `mark` color variant mixin. +- Tweaked values of `mark` color variants to be less strict but still pass the WCAG AA test and most other tests (sometimes they won't pass the WCAG AAA test but that's ok). +- Added mixin for `mark` elements (`make-mark-alt-style`) to make style variants (`tag` and `bubble`). Optimized. \ No newline at end of file diff --git a/docs/v2/index.html b/docs/v2/index.html index 9868e23..8aa85d0 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -12,7 +12,7 @@ - +
@@ -39,6 +39,8 @@ Stuff here.... }This is some text with small text, superscript12 and subscript4.
+This is some text with small text, superscript12 and subscript4. Oh, I am a primary mark and I am a secondary mark and I am a tertiary mark.
+Tag marks are like this: primary mark, secondary mark, tertiary mark.
+Bubble marks are like this: primary mark, secondary mark, tertiary mark.