summaryrefslogtreecommitdiff
path: root/public/css/extra.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/extra.css')
-rw-r--r--public/css/extra.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/public/css/extra.css b/public/css/extra.css
index 9569a3f..0cc2011 100644
--- a/public/css/extra.css
+++ b/public/css/extra.css
@@ -2,10 +2,17 @@
* Extra set of rules over Bootstrap
*/
.card:hover {
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
- transition: all .5s;
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
+ transition: all .5s;
}
.green-text {
- color: rgb(120, 153, 34);
+ color: rgb(120, 153, 34);
+}
+
+.text-bg-dark-shade {
+ --bs-bg-opacity: 1;
+ color: #fff !important;
+ background-color: rgba(47, 49, 54, var(--bs-bg-opacity)) !important;
+ ;
} \ No newline at end of file