chore: post

This commit is contained in:
Cory Dransfeldt 2024-05-24 08:57:39 -07:00
parent 1cf22fac47
commit 14e502a866
No known key found for this signature in database
6 changed files with 71 additions and 0 deletions

View file

@ -27,6 +27,34 @@
border-color: var(--gray-light);
}
&.warning {
border-color: var(--warning);
& p a:hover,
& p a:active,
& p a:focus {
color: var(--warning);
}
& svg {
stroke: var(--error);
}
}
&.error {
border-color: var(--error);
& p a:hover,
& p a:active,
& p a:focus {
color: var(--error);
}
& svg {
stroke: var(--error);
}
}
&.npm {
border-color: var(--brand-npm);