Skip to content

Commit

Permalink
[DOCS] Changes styles of terms in definition lists: (#941)
Browse files Browse the repository at this point in the history
* Changes font size of <code> in a <term> to 16px. This ensures <code>
  text matches the size of other text in the <term>.

* Removes the blue text color from <term>s in a definition list. Users
  sometimes mistake this formatting as a link. This bolds <term>s
  instead.

Relates to #937.
  • Loading branch information
jrodewig authored Jun 20, 2019
1 parent 7538564 commit 7106627
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/web/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,11 @@
}

#guide dt span {
color: #2b4590;
font-weight: bold;
}

#guide dt span code {
font-size: 16px;
}

#guide dd {
Expand Down

0 comments on commit 7106627

Please sign in to comment.