Skip to content

Commit 80b8669

Browse files
tul/after_test-3-badge-color (#289)
* Updated badge color * badge style rule moved for the _clarin-styles.scss * Fixed conflicts
1 parent 8a864e4 commit 80b8669

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/styles/_clarin-styles.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@
4949
box-shadow: 0 0 0 0.2rem var(--lt-tul-purple) !important;
5050
}
5151
}
52+
53+
/*
54+
Override bootstrap badge style
55+
*/
56+
.badge {
57+
background-color: var(--lt-tul-purple) !important;
58+
}

0 commit comments

Comments
 (0)