1
1
mirror of https://github.com/primer/css.git synced 2024-12-12 10:47:14 +03:00

Keep .text-inherit

This commit is contained in:
simurai 2021-03-05 21:13:08 +09:00
parent 50c2f03071
commit e09aa8acb4

View File

@ -47,3 +47,6 @@
.color-bg-success-inverse { background-color: var(--color-bg-success-inverse) !important; }
.color-bg-warning { background-color: var(--color-bg-warning) !important; }
.color-bg-warning-inverse { background-color: var(--color-bg-warning-inverse) !important; }
// Inherit
.text-inherit { color: inherit !important; }