From c4f654f96671f592cae718c1211899995f003aa7 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Tue, 03 Jun 2025 12:32:47 +0000
Subject: [PATCH] adding api lib

---
 vue/src/App.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/vue/src/App.vue b/vue/src/App.vue
index c507719..3c2ec7e 100644
--- a/vue/src/App.vue
+++ b/vue/src/App.vue
@@ -1,5 +1,9 @@
 <script setup>
+
 import Header from "./components/Header.vue"
+
+import "./assets/styles.styl"
+
 </script>
 
 <template>
@@ -23,12 +27,10 @@
 }
 
 header
-   background-color #777;
    position fixed;
    top 0
    left 0
    right 0
-   padding .5em;
 
 main
    margin 0 auto
@@ -48,4 +50,9 @@
       padding .33em .66em
       border 1px solid #ccc
 
+
+small
+   color #555
+   font-size .66em;
+
 </style>

--
Gitblit v1.8.0