small fix

This commit is contained in:
Klemek
2025-03-13 18:25:33 +01:00
parent 731bfe5dcd
commit 209c54e906
2 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
<br /> <br />
<p v-html="content"></p> <p v-html="content"></p>
<br /> <br />
<small class="grey-500"> <small class="footer">
<i icon="at-sign"></i>&nbsp;<a href="https://github.com/klemek" target="_blank">klemek</a> <i icon="at-sign"></i>&nbsp;<a href="https://github.com/klemek" target="_blank">klemek</a>
- -
<!-- TODO: 1. rename app --> <!-- TODO: 1. rename app -->
+4
View File
@@ -208,3 +208,7 @@ h5 .lucide,
h6 .lucide { h6 .lucide {
stroke-width: 3; stroke-width: 3;
} }
.footer {
opacity: 50%;
}