From 0966fe54ea4298fe7e62b680d26620bc85ccf081 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Fri, 24 Jul 2020 07:37:15 -0700 Subject: clean: clean up some messy shit --- client/public/favicon.ico | Bin 3150 -> 5558 bytes client/public/index.html | 4 ++-- client/public/manifest.json | 4 ++-- client/src/styles/bootstrap-mod.css | 37 +++++++++++++++++++++++++++++++++ client/src/styles/styles.css | 40 ++---------------------------------- 5 files changed, 43 insertions(+), 42 deletions(-) create mode 100644 client/src/styles/bootstrap-mod.css (limited to 'client') diff --git a/client/public/favicon.ico b/client/public/favicon.ico index bcd5dfd..ce8608e 100644 Binary files a/client/public/favicon.ico and b/client/public/favicon.ico differ diff --git a/client/public/index.html b/client/public/index.html index 51da5d4..80fe570 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -7,7 +7,7 @@ - Aki Dashboard + Aki's Dashboard diff --git a/client/public/manifest.json b/client/public/manifest.json index c963f8a..903b137 100644 --- a/client/public/manifest.json +++ b/client/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Aki Dashboard", - "name": "Create React App Sample", + "short_name": "Aki's Dashboard", + "name": "The Discord bot, Aki's, dashboard!", "icons": [ { "src": "favicon.ico", 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 diff --git a/client/src/styles/styles.css b/client/src/styles/styles.css index 92ad20f..4cdfe4c 100644 --- a/client/src/styles/styles.css +++ b/client/src/styles/styles.css @@ -10,45 +10,9 @@ .user-icon-image { border-radius: 50%; } -/* -.dark-navbar { - background-color: #1f1f1f !important; -} +/* html, body { background-color: #121212 !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 +*/ \ No newline at end of file -- cgit v1.2.3