diff --git a/open/index.html b/open/index.html
index 930d9da..1e0d077 100644
--- a/open/index.html
+++ b/open/index.html
@@ -21,7 +21,7 @@
-
+
diff --git a/open/styles/style.css b/open/styles/style.css
index b668766..7b8e02d 100644
--- a/open/styles/style.css
+++ b/open/styles/style.css
@@ -6,7 +6,7 @@
body {
max-width: 100vw;
height: 100vh;
- background-color: blue;
+ background-color: #3434fb;
color: white;
font-family: "Courier New", Courier, monospace;
padding: 0;
@@ -257,6 +257,16 @@ button {
padding-left: 0;
}
+ .iconContainer {
+ display: inline-block;
+ margin: -1px;
+ padding: 5px;
+ position: relative;
+ text-align: center;
+ border-radius: 6px;
+ transform: scale(0.8);
+ }
+
.corpi {
min-width: unset !important;
max-width: unset !important;