diff --git a/src/views/Apps.vue b/src/views/Apps.vue index c4bf1a9..b4f18b8 100644 --- a/src/views/Apps.vue +++ b/src/views/Apps.vue @@ -83,17 +83,20 @@ - + -

PufferIcons

+

PufferIcons

- + +
+ + @@ -112,7 +115,7 @@
- +
@@ -147,7 +150,7 @@ - + @@ -248,5 +251,16 @@ export default defineComponent({ } } .aboutFrameworkLogo { width: 175px; -} +} .column-bottom { + background-color: var(--ion-color-light-shade); + color: var(--ion-color-light-contrast); + padding: 15px; + border-radius: 25px; + margin: 5px; + margin-top: 15px; + margin-bottom: 15px; + } .hidden-link { + text-decoration-line: none; + color: var(--ion-color-light-contrast); + } \ No newline at end of file diff --git a/src/views/PufferIcons.vue b/src/views/PufferIcons.vue index e62703b..b564716 100644 --- a/src/views/PufferIcons.vue +++ b/src/views/PufferIcons.vue @@ -2,12 +2,18 @@ + + + PufferIcons + + + PufferIcons @@ -111,7 +117,7 @@ export default defineComponent({ name: 'Tab1Page', - components: {IonHeader, IonToolbar, IonTitle, IonContent, IonPage, IonCol, IonGrid, IonRow, IonButton, IonIcon}, + components: {IonHeader, IonToolbar, IonTitle, IonContent, IonPage, IonCol, IonGrid, IonRow, IonButton, IonIcon, IonButtons}, setup() { return { logoAndroid,