diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-01 19:55:34 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-01 19:55:34 +0100 |
commit | 597a67f1d4c0a9b77d351cc1e1fe07f53d9f388d (patch) | |
tree | 390681e7311318b9f48e4926adf440f499687a24 /pyblackbird_cc/static/css | |
parent | c763111cdc6bcba0138886fa8ad7945f9688431b (diff) |
Drop shadows on the featured and standard resource panels
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; |