diff --git a/src/styles/components/_semantics.scss b/src/styles/components/_semantics.scss index 6050032..9145d2c 100644 --- a/src/styles/components/_semantics.scss +++ b/src/styles/components/_semantics.scss @@ -42,7 +42,9 @@ time { color: var(--color-accent); font-weight: 700; font-size: 0.875rem; - transition: border 0.1s ease, font-weight 0.1s ease; + transition: + border 0.1s ease, + font-weight 0.1s ease; strong { display: inline-block;