Skip to content

Commit

Permalink
Amethyst: Style for HTML kbd tag, and adjusted CSS colors
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 23, 2017
1 parent e4d6f9f commit 4d3cb39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/tools/amethyst/lib/amestd.ame
Expand Up @@ -117,9 +117,10 @@ $ Document header and any output language specific things.
@tag{<head><title>} @TITLE @tag{</title><style type="text/css">body@{font-family:sans-serif;font-size:12pt;max-width:80ex;margin-left:auto;margin-right:auto;background-color:#f0f0f0;color:#444;@}
h1,h2,h3,h4,h5,h6@{color:black;@}
h1@{margin-top:1em;@}
a@{text-decoration:none;color:#051;@}
a@{text-decoration:none;color:#061;@}
a:hover@{text-decoration:underline;@}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a@{color:black;@}
kbd@{font-family:sans-serif;text-transform:uppercase;font-size:80%@}
dt@{margin-top:1em;font-weight:bold;@}
dt tt@{font-weight:normal;@}
ul li@{margin-bottom:1ex;@}
Expand Down

0 comments on commit 4d3cb39

Please sign in to comment.