Skip to content

Commit aa0085b

Browse files
authored
Make .highlight smaller to avoid splitting text (#1136)
The headlines on the website are unnecessarily difficult to read due to the text being split in half by two different backgrounds with a hard border. This makes the highlight a little smaller and a little lower so it looks more like a thick underline.
1 parent 4d416af commit aa0085b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/app.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,9 @@ h3 {
342342
}
343343

344344
.highlight {
345-
height: 24px;
345+
height: 12px;
346346
position: relative;
347-
top: -24px;
347+
top: -6px;
348348
left: -10px;
349349
width: 120%;
350350
max-width: 90vw;

0 commit comments

Comments
 (0)