style(homepage): refactoring code of homepage styles by shifting vue template style tags to global custom stylesheets for accpeting deprecated direct markdown template of new vitepress version

This commit is contained in:
Anda Toshiki 2023-09-16 19:54:14 -07:00
parent 10025bdde7
commit 3a0d40ac42

View File

@ -23,7 +23,7 @@ features:
- icon: 🕒 - icon: 🕒
title: Tempus Fugit title: Tempus Fugit
details: Tempus Fugit, which means "time flies" in Latin, is a phrase that highlights the fact that every person has the same 24 hours per day to learn. However, this time is never enough to learn everything. That's why recording knowledge for review is essential. details: Tempus Fugit, which means "time flies" in Latin, is a phrase that highlights the fact that every person has the same 24 hours per day to learn. However, this time is never enough to learn everything. That's why recording knowledge for review is essential.
- icon: - icon: 🫖
title: Carpe Diem title: Carpe Diem
details: Carpe Diem, take it slow, seize the day and savor its moments. Enjoy a cup of coffee while playing blues on a 1980s-style CD player. Turn off the lights, close the curtains, and let the small lamp illuminate the space. The time is yours, relish the day, and unleash the productivity while learning. details: Carpe Diem, take it slow, seize the day and savor its moments. Enjoy a cup of coffee while playing blues on a 1980s-style CD player. Turn off the lights, close the curtains, and let the small lamp illuminate the space. The time is yours, relish the day, and unleash the productivity while learning.
- icon: 💡 - icon: 💡
@ -116,19 +116,3 @@ const members = [
font-size: 24px; font-size: 24px;
} }
</style> --> </style> -->
<style>
.m-home-layout .image-src:hover {
transform: translate(-50%, -50%) rotate(666turn);
transition: transform 59s 1s cubic-bezier(0.3, 0, 0.8, 1);
}
.m-home-layout .details small {
opacity: 0.8;
}
.m-home-layout .item:last-child .details {
display: flex;
justify-content: flex-end;
align-items: end;
}
</style>