1
1
mirror of https://github.com/primer/css.git synced 2024-09-11 16:36:07 +03:00

npm install @primer/primitives@0.0.0-d93cf7b

This commit is contained in:
Colin 2020-10-15 15:55:29 -04:00
parent 1d259fb2ce
commit db919ffdff
3 changed files with 6 additions and 5 deletions

6
package-lock.json generated
View File

@ -2680,9 +2680,9 @@
}
},
"@primer/primitives": {
"version": "0.0.0-3d5a7cb",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-0.0.0-3d5a7cb.tgz",
"integrity": "sha512-CGt6+n7Geh2CLUHkn2HqQBy0U9ZARxQ/gO9FtSFK8PrgR+X5hVU1FMjaV0oZhpR6Fk9F/LKFJEYc10DvXcCjMQ=="
"version": "0.0.0-d93cf7b",
"resolved": "https://registry.npmjs.org/@primer/primitives/-/primitives-0.0.0-d93cf7b.tgz",
"integrity": "sha512-o2PsR3wCcEzB+OED1lJvekaju8QQgGqLY5WCN3UK+UyiKyeu2bssaGHkCRpxIrh2uBvoV62eEODKVY5UEUhmJg=="
},
"@reach/router": {
"version": "1.3.3",

View File

@ -41,7 +41,7 @@
},
"dependencies": {
"@primer/octicons": "^9.1.1",
"@primer/primitives": "0.0.0-3d5a7cb"
"@primer/primitives": "0.0.0-d93cf7b"
},
"devDependencies": {
"@octokit/rest": "^16.34.0",

View File

@ -16,7 +16,7 @@
font-size: $body-font-size;
// stylelint-disable-next-line primer/typography
line-height: 30px;
color: var(--color-text-primary);
color: var(--color-underline-nav-text);
text-align: center;
white-space: nowrap;
background-color: transparent;
@ -43,6 +43,7 @@
border-bottom-color: #f9826c; // custom coral
outline: 1px dotted transparent; // Support Firfox custom colors
outline-offset: -1px;
color: var(--color-underline-nav-text-active);
.UnderlineNav-octicon {
color: var(--color-text-tertiary);