diff --git a/assets/mycss.css b/assets/mycss.css index 7f6f8af..d856eaf 100644 --- a/assets/mycss.css +++ b/assets/mycss.css @@ -20,4 +20,14 @@ height: 100%; overflow: hidden; background-attachment: fixed; +} + +.measuretable th { + background-color: antiquewhite; + border: 1px solid; +} + +.measuretable td{ + border: 1px solid grey; + text-align: center; } \ No newline at end of file diff --git a/components/Bought.vue b/components/Bought.vue index f68377f..41aa8d6 100644 --- a/components/Bought.vue +++ b/components/Bought.vue @@ -3,14 +3,17 @@