aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/static
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-01 19:55:34 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-01 19:55:34 +0100
commit597a67f1d4c0a9b77d351cc1e1fe07f53d9f388d (patch)
tree390681e7311318b9f48e4926adf440f499687a24 /pyblackbird_cc/static
parentc763111cdc6bcba0138886fa8ad7945f9688431b (diff)
Drop shadows on the featured and standard resource panels
Diffstat (limited to 'pyblackbird_cc/static')
-rw-r--r--pyblackbird_cc/static/css/project.css9
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;