issue #12 Change color thema.

This commit is contained in:
paul kim
2025-01-03 16:37:14 +09:00
parent 411c3b9635
commit 2061b695c6
6 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ body {
/* background-image: url(./images/bg_language_welcome_box.png);
background-size: cover; */
background-repeat: no-repeat;
background: linear-gradient(rgba(50,40,26,0.7),rgba(50,46,26,0.85));
background: linear-gradient(rgba(45,45,45,0.6),rgba(16,16,16,0.7));
border-radius: 11px;
filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
}