Skip to content

Commit 3daa8a8

Browse files
author
Brian Vaughn
committed
Ran Prettier over recent CSS changes
1 parent 708ff8f commit 3daa8a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/src/components/CodeBlock.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
/* Accessibility/Lighthouse tweak */
1919
div.cm-s-material .cm-tag {
20-
color:#FF7588;
20+
color: #ff7588;
2121
}

website/src/components/SubMenu.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.SideNavLinkActiveDark {
3030
display: block;
3131
position: relative;
32-
color: #D21922;
32+
color: #d21922;
3333
}
3434

3535
.SideNavLinkActiveLight:after,

0 commit comments

Comments
 (0)