Skip to content

Commit 2b860d0

Browse files
2.8.1
1 parent eb52ac4 commit 2b860d0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dist/saratoga.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,6 +1786,7 @@ html.msb .masthead {
17861786
font: 16px var(--sans);
17871787
padding: var(--space) var(--page-padding);
17881788
background-color: var(--footer-background-color, var(--background-color));
1789+
border-top: 1px solid #ECEEF2;
17891790
}
17901791

17911792
.footer > * {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saratoga-design-system",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"scripts": {
55
"build": "npx sass --no-source-map builds:dist",
66
"version": "npm run build && git add -A dist",

0 commit comments

Comments
 (0)