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 />
<p v-html="content"></p>
<br />
<small class="grey-500">
<small class="footer">
<i icon="at-sign"></i>&nbsp;<a href="https://github.com/klemek" target="_blank">klemek</a>
-
<!-- TODO: 1. rename app -->
+12 -8
View File
@@ -1,7 +1,7 @@
/*
/*
=================================================
https://www.joshwcomeau.com/css/custom-css-reset/
=================================================
=================================================
*/
/*
@@ -74,10 +74,10 @@ h6 {
isolation: isolate;
}
/*
/*
=================================================
CUSTOM STYLE
=================================================
=================================================
*/
@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%);
}
/*
/*
=================================================
https://blog.koley.in/2019/339-bytes-of-responsive-css
https://www.swyx.io/css-100-bytes
https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad9528b72c41
=================================================
=================================================
*/
html,
@@ -171,10 +171,10 @@ a {
}
}
/*
/*
=================================================
APP STYLE
=================================================
=================================================
*/
.button {
@@ -208,3 +208,7 @@ h5 .lucide,
h6 .lucide {
stroke-width: 3;
}
.footer {
opacity: 50%;
}