diff options
Diffstat (limited to 'static/media/css/custom.css')
| -rw-r--r-- | static/media/css/custom.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/media/css/custom.css b/static/media/css/custom.css new file mode 100644 index 0000000..6159125 --- /dev/null +++ b/static/media/css/custom.css @@ -0,0 +1,10 @@ +body #comments { + background-color: white; + clear: both; + float: left; + overflow: hidden; + padding: 15px 20px; + width: 610px; } + +a[href^="https:"] { + text-decoration: underline; } |
