Add Bootstrap input-group-text overrides for CSS variables

This commit is contained in:
Andreas Nedbal 2020-05-09 00:51:37 +02:00
parent e44be8fa0e
commit bc3c1f287e
1 changed files with 6 additions and 0 deletions

View File

@ -9,4 +9,10 @@
border-color: var(--primary);
box-shadow: .5px 0 0 0.1rem var(--primary);
}
}
.input-group-text {
color: RGB(var(--body-text));
background-color: var(--raised-accent);
border: 0;
}