diff options
Diffstat (limited to 'pyblackbird_cc/static/css')
-rw-r--r-- | pyblackbird_cc/static/css/project.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pyblackbird_cc/static/css/project.css b/pyblackbird_cc/static/css/project.css index dca4100..8586e51 100644 --- a/pyblackbird_cc/static/css/project.css +++ b/pyblackbird_cc/static/css/project.css @@ -32,6 +32,15 @@ /* background-color: #eee;*/ /*}*/ +/* Change the colour of the box shadow */ +.my-card-shadow-sm { + box-shadow: 0 0.25rem 0.5rem rgba(100, 100, 100, 0.1); +} + +.my-card-shadow-lg { + box-shadow: 7px 7px 7px rgba(100, 100, 100, 0.5); +} + h1 { /*color: #657c76;*/ font-size: 2.0rem; |