Merge "Set text color on infoboxes"

This commit is contained in:
jenkins-bot 2024-02-06 22:26:55 +00:00 committed by Gerrit Code Review
commit 1376e509f1

View file

@ -47,6 +47,7 @@ FIXME: Review all of these hacks to see if they still apply.
position: relative;
border: @border-width-base @border-style-base #eaecf0;
margin-bottom: 2em;
color: var( --color-base );
background-color: var( --background-color-interactive-subtle );
display: flex;
flex: 1 1 100%;