small fix
This commit is contained in:
+1
-1
@@ -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> <a href="https://github.com/klemek" target="_blank">klemek</a>
|
<i icon="at-sign"></i> <a href="https://github.com/klemek" target="_blank">klemek</a>
|
||||||
-
|
-
|
||||||
<!-- TODO: 1. rename app -->
|
<!-- TODO: 1. rename app -->
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user