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

update pagination <a> color

parent 64620ceb
...@@ -37,9 +37,15 @@ nav.pagination .next::before { ...@@ -37,9 +37,15 @@ nav.pagination .next::before {
} }
nav.pagination a { nav.pagination a {
font-weight: var(--body-font-weight-bold); /* font-weight: var(--body-font-weight-bold); */
line-height: 1.3; line-height: 1.3;
position: relative; 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, 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