mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -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) {
|
:deep(.p-tab[aria-selected='true'] .tab-header) {
|
||||||
background: #222;
|
background: #222;
|
||||||
color: #27FF64;
|
color: #27ff64;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.p-tabpanels) {
|
:deep(.p-tabpanels) {
|
||||||
|
|||||||
@@ -399,11 +399,11 @@ div:has(> .props-table) {
|
|||||||
background-color: #0b0b0b;
|
background-color: #0b0b0b;
|
||||||
border: 1px solid #333;
|
border: 1px solid #333;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
color: #27FF64;
|
color: #27ff64;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
padding: .6em 1.2em;
|
padding: 0.6em 1.2em;
|
||||||
transition: 0.3s ease;
|
transition: 0.3s ease;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user