Skip to content

Commit 8984222

Browse files
hejsztynxCopilot
andauthored
fix: link border color, stale typography color
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent cb1d035 commit 8984222

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/fundamentals/colors-demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This is a note
2323

2424
:::info
2525

26-
This is a info
26+
This is an info message
2727

2828
:::
2929

docs/src/css/typography.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ code {
168168
font-weight: 500;
169169
text-decoration: none;
170170

171-
border-bottom: 1px solid var(--ifm-link-color);
171+
border-bottom: 1px solid currentColor;
172172
}
173173

174174
/* Sidebar */

docs/src/theme/muiTheme.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const extTheme = extendTheme({
1717
main: '#001a72', //--swm-navy-light-100
1818
},
1919
secondary: {
20-
main: '#ef623e', //--swm-orange-light-100
20+
main: '#ed7253', //--swm-orange-light-100
2121
},
2222
background: {
2323
default: '#fcfcff',

0 commit comments

Comments
 (0)