diff options
Diffstat (limited to 'static/HtmlFormat.css')
-rw-r--r-- | static/HtmlFormat.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/HtmlFormat.css b/static/HtmlFormat.css index 4ebc79e9..77df1296 100644 --- a/static/HtmlFormat.css +++ b/static/HtmlFormat.css @@ -96,6 +96,13 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq button:hover { background: #49afff; } + button.highlight { + background: #ff6600; +} + button.highlight:hover { + background: #ff8a3b; +} + @media screen and (max-width: 767px) { |