Skills rearranging

This commit is contained in:
Sharwin24 2025-01-02 16:49:06 -08:00
parent a6293a4052
commit 65eaf07352
2 changed files with 7 additions and 8 deletions

View file

@ -8,7 +8,7 @@
background-color: get-light-color('bg-primary') !important;
height: -moz-fit-content;
height: fit-content;
padding: 0.7rem;
padding: 0.625rem;
padding-bottom: 0rem;
// border-bottom: 0.0625rem solid rgba(get-light-color('accent-color'), 0.4);
@ -53,7 +53,6 @@ html[data-theme='dark'] {
.card {
.card-head {
background-color: get-dark-color('bg-card') !important;
// border-bottom: 0.0625rem solid rgba(get-dark-color('accent-color'), 0.4);
}
}
}