Fixed Maintainability Issues (#11)
* Implemented Astro native content collection for static data * deleted spaces * Fixed Maintainability issues --------- Co-authored-by: psan <psan>
This commit is contained in:
@@ -63,6 +63,7 @@
|
|||||||
*{
|
*{
|
||||||
scrollbar-color: #6ce9b7 #d0fbe5;
|
scrollbar-color: #6ce9b7 #d0fbe5;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -132,17 +133,13 @@ a.inline-block.leading-5.pl-12{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.markdown blockquote {
|
.markdown blockquote {
|
||||||
@apply py-4 border-l-4 border-mint-500 pl-4 italic text-blacktext dark:text-mint-200 bg-mint-50 dark:bg-mint-900/20 backdrop-blur-lg;
|
@apply py-4 border-l-4 border-mint-500 pl-4 italic text-blacktext dark:text-mint-200 bg-mint-50 dark:bg-mint-900/20 backdrop-blur-lg mb-8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown blockquote p {
|
.markdown blockquote p {
|
||||||
@apply mb-0;
|
@apply mb-0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown blockquote {
|
|
||||||
@apply mb-8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown :not(pre)>code {
|
.markdown :not(pre)>code {
|
||||||
@apply px-2 py-0.5;
|
@apply px-2 py-0.5;
|
||||||
}
|
}
|
||||||
@@ -206,10 +203,6 @@ a.inline-block.leading-5.pl-12{
|
|||||||
display: block; /* Show 'xmark' icon when .active is present */
|
display: block; /* Show 'xmark' icon when .active is present */
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Navigation bar styles */
|
/* Navigation bar styles */
|
||||||
.hamburger {
|
.hamburger {
|
||||||
|
|||||||
Reference in New Issue
Block a user