small fix
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user