From 50502be1d181eafbcd22525d292c8bdf035cb4a2 Mon Sep 17 00:00:00 2001 From: adrien Date: Thu, 7 Dec 2023 21:29:29 +0100 Subject: [PATCH] little changes --- css/common.css | 6 ------ css/electro.css | 10 +++++++++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/css/common.css b/css/common.css index dcaebd5..8100e4e 100644 --- a/css/common.css +++ b/css/common.css @@ -37,15 +37,9 @@ body { @keyframes hard-dropped-table-animation { - from { - transform: translateY(0); - } 25% { transform: translateY(2px); } - to { - transform: translateY(0); - } } #matrixTable.hard-dropped-table-animation { animation: hard-dropped-table-animation .2s; diff --git a/css/electro.css b/css/electro.css index 327876d..6531579 100644 --- a/css/electro.css +++ b/css/electro.css @@ -3,8 +3,16 @@ body { background-size: cover; } +body[data-bs-theme="dark"] { + --bs-body-bg: #2125296b; +} + +.btn-dark { + --bs-btn-bg: #2125296b; +} + .card { - background-color: rgba(37, 41, 45, 30%); + background-color: rgba(37, 41, 45, 40%); } .mino:not(.ghost):not(.locking) {