diff options
Diffstat (limited to 'static/style.css')
-rwxr-xr-x | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 4a47ea7..6069ebf 100755 --- a/static/style.css +++ b/static/style.css @@ -147,6 +147,10 @@ aside { margin-top: 10px; } +.qnaheader { + font-weight: bold; +} + blockquote span { color: #789922; } |