Fix text file background

This commit is contained in:
2022-03-14 23:13:08 +01:00
parent 450e093756
commit 8246d3668c

View File

@@ -103,7 +103,7 @@ const code = async file => {
<style>
.container {
background: var(--body_background);
background: var(--layer_2_color);
position: relative;
text-align: left;
height: 100%;