@charset "utf-8"; @import "variables"; .pagination { li { a { font-size: 0.8125rem; margin: 0 0.2em; color: $theme-color-third; } } .active { a { background-color: $theme-color-third; border-color: $theme-color-third; } } }