aboutsummaryrefslogtreecommitdiff
path: root/hsm-web/Client/src/INA226.vue
diff options
context:
space:
mode:
Diffstat (limited to 'hsm-web/Client/src/INA226.vue')
-rw-r--r--hsm-web/Client/src/INA226.vue12
1 files changed, 11 insertions, 1 deletions
diff --git a/hsm-web/Client/src/INA226.vue b/hsm-web/Client/src/INA226.vue
index 1487fa3..dec961b 100644
--- a/hsm-web/Client/src/INA226.vue
+++ b/hsm-web/Client/src/INA226.vue
@@ -1,6 +1,6 @@
<template>
<h2>Battery Status</h2>
- <table>
+ <table id='tina226'>
<tbody>
<tr>
<td>{{ fmt(reading.voltage, 'V') }}</td>
@@ -41,3 +41,13 @@ export default {
}
}
</script>
+
+<style>
+#tina226 td {
+ border: 1.5px solid #2aa198;
+ color: #2aa198;
+ font-family: monospace;
+ font-size: 14px;
+ padding: 5px;
+}
+</style>