small fix

This commit is contained in:
Klemek
2025-03-13 18:25:33 +01:00
parent 8df999e3c5
commit 1f9b3958b7
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 -->
+12 -8
View File
@@ -1,7 +1,7 @@
/* /*
================================================= =================================================
https://www.joshwcomeau.com/css/custom-css-reset/ https://www.joshwcomeau.com/css/custom-css-reset/
================================================= =================================================
*/ */
/* /*
@@ -74,10 +74,10 @@ h6 {
isolation: isolate; isolation: isolate;
} }
/* /*
================================================= =================================================
CUSTOM STYLE CUSTOM STYLE
================================================= =================================================
*/ */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@@ -96,12 +96,12 @@ CUSTOM STYLE
--text-secondary: hsl(var(--hue-primary), var(--sat-primary), 30%); --text-secondary: hsl(var(--hue-primary), var(--sat-primary), 30%);
} }
/* /*
================================================= =================================================
https://blog.koley.in/2019/339-bytes-of-responsive-css https://blog.koley.in/2019/339-bytes-of-responsive-css
https://www.swyx.io/css-100-bytes https://www.swyx.io/css-100-bytes
https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad9528b72c41 https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad9528b72c41
================================================= =================================================
*/ */
html, html,
@@ -171,10 +171,10 @@ a {
} }
} }
/* /*
================================================= =================================================
APP STYLE APP STYLE
================================================= =================================================
*/ */
.button { .button {
@@ -208,3 +208,7 @@ h5 .lucide,
h6 .lucide { h6 .lucide {
stroke-width: 3; stroke-width: 3;
} }
.footer {
opacity: 50%;
}