diff --git a/docs/css/bootmod.css b/docs/css/bootmod.css index 470b27e..816c0af 100644 --- a/docs/css/bootmod.css +++ b/docs/css/bootmod.css @@ -17,7 +17,7 @@ body { align-self: center; } -/* BACKGROUND GRADIENTS */ +/* BACKGROUNDS */ .bg-grad-purple { background: -webkit-linear-gradient(50deg,#ff6ec4,#7873f5) !important; @@ -43,14 +43,22 @@ body { background: linear-gradient(40deg,#ffd86f,#fc6262) !important; } +.bg-dark-trans { + background-color: rgba(52, 58, 64, 0.8); +} + /* SHADOWS */ .text-shadow { - text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75) + text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75); +} + +.text-shadow-sm { + text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); } /* BORDERS */ .border-gray { - border-color: dimgray!important; + border-color: dimgray !important; } \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index c5ecf4f..5c2a1c1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -17,10 +17,10 @@ -
+ -