Skip to content

Commit ebf3df7

Browse files
authored
Merge pull request #1094 from Alex-Jordan/scaffold-colors
replace scaffold yellow with lightblue
2 parents fe8f888 + 0d2b78d commit ebf3df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

htdocs/js/Scaffold/scaffold.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323

2424
&.canopen > button.accordion-button {
25-
background: yellow;
25+
background: lightblue;
2626
}
2727

2828
&.iscorrect > button.accordion-button {
@@ -45,7 +45,7 @@
4545
}
4646

4747
.accordion-header.canopen button.accordion-button:focus {
48-
box-shadow: inset 0 0 3px 2px #aa0;
48+
box-shadow: inset 0 0 3px 2px #00c;
4949
}
5050

5151
& > div.accordion-collapse {

0 commit comments

Comments
 (0)