diff --git a/app/static/style.css b/app/static/style.css index d62cb3e..49836a1 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -25,6 +25,10 @@ /* linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 50%), */ } +.card-img { + mask-image: linear-gradient(to bottom, rgba(7, 0, 91, 0.71), #001233ed 50%); +} + .game-title { font-size: 18px; font-weight: bold; diff --git a/app/templates/index.html b/app/templates/index.html index e2580c9..d2de805 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -139,11 +139,11 @@ } /* Filtering buttons */ - .filter-buttons { + /* .filter-buttons { margin-bottom: 20px; - } + } */ - .filter-button { + /* .filter-button { background-color: #3498db; color: white; padding: 8px 16px; @@ -151,7 +151,7 @@ border-radius: 4px; cursor: pointer; margin-right: 10px; - } + } */ /* Active filter button style */ .active-filter { @@ -187,19 +187,30 @@
{% block content %}