diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/paste.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/paste.css b/static/paste.css index e2139be..88ff5f8 100644 --- a/static/paste.css +++ b/static/paste.css @@ -6,6 +6,7 @@ div#page-header h1 a:hover { text-decoration: none; } a { color: #00f; text-decoration: none; } a:hover { text-decoration: underline; } form#pasteform ul { list-style-type: none; } +textarea { font-family: monospace; } div#info { font-size: small; color: #bbb; } span#nick, span#date, span#syntax-type { color: #888; } div#alt-links { font-size: small; } |