summaryrefslogtreecommitdiff
path: root/client/src/styles/bootstrap-mod.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/styles/bootstrap-mod.css')
-rw-r--r--client/src/styles/bootstrap-mod.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/client/src/styles/bootstrap-mod.css b/client/src/styles/bootstrap-mod.css
new file mode 100644
index 0000000..4a4ecd9
--- /dev/null
+++ b/client/src/styles/bootstrap-mod.css
@@ -0,0 +1,37 @@
+/* .dark-navbar {
+ background-color: #1f1f1f !important;
+}
+
+.nav-link {
+ color: #d3d3d3 !important;
+}
+
+.dark-card {
+ background-color: #1d1d1d !important;
+}
+
+.card-title {
+ color: #e1e1e1 !important;
+}
+
+.badge-primary {
+ background-color: #bb86fc !important;
+ border-color: #bb86fc !important;
+}
+
+.btn-primary {
+ background-color: #bb86fc !important;
+ border-color: #bb86fc !important;
+}
+
+.card-img-top {
+ border-radius: 50%;
+}
+
+.navbar-toggler-icon {
+ color: #e1e1e1 !important;
+}
+
+.dropdown-menu {
+ background-color: #1f1f1f !important;
+} */ \ No newline at end of file