diff --git a/lib/components/text/_text.scss b/lib/components/text/_text.scss index 378300a..416bc15 100644 --- a/lib/components/text/_text.scss +++ b/lib/components/text/_text.scss @@ -7,17 +7,18 @@ p { .marker-highlight { position: relative; + display: inline-block; &::before { content: " "; position: absolute; z-index: -1; - top: 65%; + top: 70%; left: 0; width: 100%; - height: 20%; + height: 27%; background-color: $brand-secondary; }