mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 22:49:31 -07:00
fix: standardize color format to lowercase hex in TabbedLayout and category styles
This commit is contained in:
@@ -126,7 +126,7 @@ import ContributionSection from './ContributionSection.vue';
|
||||
|
||||
:deep(.p-tab[aria-selected='true'] .tab-header) {
|
||||
background: #222;
|
||||
color: #27FF64;
|
||||
color: #27ff64;
|
||||
}
|
||||
|
||||
:deep(.p-tabpanels) {
|
||||
|
||||
@@ -399,11 +399,11 @@ div:has(> .props-table) {
|
||||
background-color: #0b0b0b;
|
||||
border: 1px solid #333;
|
||||
white-space: nowrap;
|
||||
color: #27FF64;
|
||||
color: #27ff64;
|
||||
border-radius: 50px;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 400;
|
||||
padding: .6em 1.2em;
|
||||
padding: 0.6em 1.2em;
|
||||
transition: 0.3s ease;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user