diff --git a/hwe/scss/bootstrap5.scss b/hwe/scss/bootstrap5.scss
index 9876a6c9..1a14b1b2 100644
--- a/hwe/scss/bootstrap5.scss
+++ b/hwe/scss/bootstrap5.scss
@@ -2,6 +2,9 @@
$font-family-sans-serif: 'ëë ęł ë', 'Nanum Gothic';
$body-bg: #000;
+$input-bg: #ddd;
+$input-color: #303030;
+
@import "../../node_modules/bootswatch/dist/darkly/_variables.scss";
@import "../../node_modules/bootstrap5/scss/bootstrap.scss";
@import "../../node_modules/bootswatch/dist/darkly/_bootswatch.scss";
\ No newline at end of file
diff --git a/hwe/ts/components/NumberInputWithInfo.vue b/hwe/ts/components/NumberInputWithInfo.vue
new file mode 100644
index 00000000..8b054b16
--- /dev/null
+++ b/hwe/ts/components/NumberInputWithInfo.vue
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+