diff --git a/public/assets/styles/base.css b/public/assets/styles/base.css index 16b5b4a..83e1499 100644 --- a/public/assets/styles/base.css +++ b/public/assets/styles/base.css @@ -364,4 +364,11 @@ body { .card.bg-black .card-body { color: #e2e2e2 !important; +} + +.blue-glow{ + box-shadow: 0px 0px 14px 0px rgba(99,124,247,0.325); +} +.text-glow{ + text-shadow: #86b7fe 2px 1px 14px; } \ No newline at end of file diff --git a/public/index.html b/public/index.html index eea4df2..eb43fb6 100644 --- a/public/index.html +++ b/public/index.html @@ -18,7 +18,7 @@