1
1
mirror of https://github.com/primer/css.git synced 2024-12-13 16:15:44 +03:00

Add custom color to pagination

This commit is contained in:
simurai 2020-03-26 14:13:46 +09:00
parent bb94b8d3fb
commit b72855397a

View File

@ -32,7 +32,7 @@
[aria-current],
[aria-current]:hover {
// stylelint-disable-next-line primer/borders
border-color: $orange-500;
border-color: #f9826c; // custom coral
}
.gap,