diff --git a/static/assets/JSON/changelog.json b/static/assets/JSON/changelog.json index 06631da..3b2ca42 100644 --- a/static/assets/JSON/changelog.json +++ b/static/assets/JSON/changelog.json @@ -1,10 +1,10 @@ [ + { + "date": "11/23/2023", + "simpleDescription": "Minor UI Changes" + }, { "date": "11/16/2023", "simpleDescription": "Added ROM Emulator to apps + Added 2 games" - }, - { - "date": "11/8/2023", - "simpleDescription": "Added a few games" } ] \ No newline at end of file diff --git a/static/assets/css/main.css b/static/assets/css/main.css index 428e8de..073949b 100644 --- a/static/assets/css/main.css +++ b/static/assets/css/main.css @@ -116,6 +116,7 @@ hr { .proxycontainer { background-color: var(--background-color); + box-shadow: 0.5vh 0.5vh 1vh 0vh var(--shadow-color); width: 60vw; height: 30vh; margin: auto;