add table template for each page GangguanPage

This commit is contained in:
Dede Fuji Abdul
2023-10-31 14:48:25 +07:00
parent ea04146a37
commit b42f2c003a
26 changed files with 1643 additions and 388 deletions

View File

@@ -1,12 +1,14 @@
/* Firefox */
* {
scrollbar-width: 6px;
scrollbar-color: var(--secondary) var(--primary);
scrollbar-height: 6px;
scrollbar-color: #9ca3af #cddee3;
}
/* Chrome, Edge, and Safari */
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-track {