Add Wakatime component and integrate with About section

This commit is contained in:
암냥 2025-04-02 07:30:00 +09:00
commit ae90712b97
5 changed files with 125 additions and 29 deletions

View file

@ -185,6 +185,18 @@
}
}
@layer utilities {
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
}
.fixed-width-number {
font-feature-settings: "tnum";
}