Commit bfd6703e authored by minseok.park's avatar minseok.park

update pagination <a> color

parent 64620ceb
Pipeline #19297 passed with stages
in 3 minutes and 9 seconds
......@@ -37,9 +37,15 @@ nav.pagination .next::before {
}
nav.pagination a {
font-weight: var(--body-font-weight-bold);
/* font-weight: var(--body-font-weight-bold); */
line-height: 1.3;
position: relative;
color: var(--color-bwg-main);
}
nav.pagination a:hover {
color: var(--color-bwg-main);
font-weight: var(--body-font-weight-bold);
}
nav.pagination a::before,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment