mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Fix 2017 conference banner
Updates the light blue background to a dark blue. Give the text more contrast.
This commit is contained in:
parent
e41d16e656
commit
e3e422714e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.conf2017-title-band {
|
.conf2017-title-band {
|
||||||
background-color: $ui-blue-10percent;
|
background-color: $ui-blue-dark;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: $type-white;
|
color: $type-white;
|
||||||
|
|
Loading…
Reference in a new issue