diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index 167f557..2b7aed2 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -95,4 +95,9 @@ ## 20161019 - More fiddling with palettes. Tried to update colors to material design: `body` `color` is now `#212121`. `body` `background` is now `#fafafa`. `small` inside header `color` is now `#424242`. Codeblock `background` is now `#e0e0e0` and `pre` sidebar `border-color` is `#1565c0`. `mark` `background`s changed to `#0277bd`, `#f44336` and `#558b2f` respectively. -- Added `display: inline-block` to `mark` alternate styles, to avoid splitting of the element into smaller parts (e.g. broken pills). \ No newline at end of file +- Added `display: inline-block` to `mark` alternate styles, to avoid splitting of the element into smaller parts (e.g. broken pills). +- Started styling links. `a` `color` will be `#0277bd` normally. +- Added `background` property to `a` in order to apply underlining using image. +- Added flag for `a` `text-decoration:underline` (`$apply-link-underline`) and checks/optimizations for `font-weight`. +- Removed fixes from Normalize about `a` elements, as they were opinionated and unnecessary. +- Added flag for `a` using fancy `:hover` and other focused effects instead of `color` (`$apply-link-hover-fade`). diff --git a/docs/v2/index.html b/docs/v2/index.html index ac526b3..bab0327 100644 --- a/docs/v2/index.html +++ b/docs/v2/index.html @@ -11,13 +11,13 @@ - +
-Tag marks are like this: primary mark, secondary mark, tertiary mark.
Bubble marks are like this: primary mark, secondary mark, tertiary mark.
I am a paragraph and I have a link to the Github repo.