diff options
Diffstat (limited to 'public/stylesheets/style.css')
| -rw-r--r-- | public/stylesheets/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 919696c..3f4c1ca 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -20,3 +20,9 @@ footer ul { justify-content: center; margin-top: 0; } + +.btn-success { + color: #fff; + background-color: #5cb85c; + border-color: #4cae4c; +}
\ No newline at end of file |