diff --git a/templates/base.html b/templates/base.html index 45ce16d..5794402 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,6 +19,11 @@ --color-darkGrey: #777; --color-success: #222222; } + .card { + webkit-box-shadow: unset; + box-shadow: unset; + border: 1px solid var(--color-grey) !important; + } @font-face { font-family: 'CaviarDreams'; src: url('/fonts/CaviarDreams.ttf') format('truetype'); @@ -45,6 +50,12 @@ height: 100px; object-fit: scale-down; } + .join-desc { + + } + img { + max-width: unset; + } .bg-image { position: fixed; left: 0; @@ -76,7 +87,7 @@