first commit

This commit is contained in:
CHIEFSOFT\ameye
2023-10-14 22:02:57 -04:00
commit 5f95d857d4
783 changed files with 112323 additions and 0 deletions
@@ -0,0 +1,20 @@
.tabs ul {
border-bottom: 1px solid #EEF0F7;
}
.tabs ul li {
color: #260944;
font-weight: 500;
font-size: 16px;
background: #F5F7FA;
padding: 8px 25px;
border-radius: 5px 5px 0px 0px;
outline: 0;
}
.tabs ul li:focus:after {
background: transparent;
}
/* For dark mode */
[class="dark"] .tabs ul {
border-bottom: 1px solid var(--borderColor);
}