No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
.pi-tab-link { | .pi-tab-link { | ||
border-radius: var(--border-radius--medium); | border-radius: var(--border-radius--medium); | ||
border-bottom-width: inherit; | |||
} | } |
Revision as of 07:14, 2 January 2023
/* All CSS here will be loaded for users of the Citizen skin */
.pi-tab-link {
border-radius: var(--border-radius--medium);
border-bottom-width: inherit;
}