diff --git a/new-racket-web/css/gumby.css b/new-racket-web/css/gumby.css index 5c6eab3cf8..afe47cd2e1 100644 --- a/new-racket-web/css/gumby.css +++ b/new-racket-web/css/gumby.css @@ -363,7 +363,7 @@ img { -ms-interpolation-mode: bicubic; } .navbar ul.active { height: auto; max-height: 600px; z-index: 999999; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-box-shadow: 0 2px 2px #252728; -moz-box-shadow: 0 2px 2px #252728; box-shadow: 0 2px 2px #252728; } } .navbar ul li { display: table-cell; text-align: center; padding-bottom: 0; margin: 0; height: 60px; line-height: 58px; } @media only screen and (max-width: 767px) { .navbar ul li { display: block; position: relative; min-height: 50px; max-height: 320px; height: auto; width: 100%; border-right: 0 !important; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; transition-duration: 0.5s; } } -.navbar ul li > a { display: block; padding: 0 16px; white-space: nowrap; color: white; text-shadow: 0 1px 2px #191a1b, 0 1px 0 #191a1b; height: 60px; line-height: 58px; font-size: 16px; font-size: 1rem; } +.navbar ul li > a { display: block; padding: 0 16px; white-space: nowrap; color: black; height: 60px; line-height: 58px; font-size: 16px; font-size: 1rem; } .navbar ul li .btn { border-color: #000101 !important; } .navbar ul li.field { margin-bottom: 0 !important; margin-right: 0; } @media only screen and (max-width: 767px) { .navbar ul li.field { padding: 0 20px; } } diff --git a/new-racket-web/index.html b/new-racket-web/index.html index 8e42d7708f..34a095d787 100644 --- a/new-racket-web/index.html +++ b/new-racket-web/index.html @@ -52,7 +52,7 @@ .modal h2, .modal .btn { margin: 10px 0 0px; } .parallax { height: 300px; width: 100%; background: url(img/img_parallax_demo.jpg); } - .navbar { background: black } + .navbar { background: rgb(245,245,245) } pre { color: black } p {color: black} @@ -105,22 +105,18 @@ - @@ -485,7 +485,13 @@ and system builder.

-
News
+
News & Events
+ +

RacketCon — the annual + Racket meeting, coming up in September. Previously + in 2012 + and 2011.

+

Blog — announcements, helpful hints, and thoughtful rants.

Twitter @@ -501,8 +507,13 @@ Chat in the #racket freenode.net — an informal discussion channel for all things related to Racket. (Browse the logs.)

+ +

People — +The people behind Racket.

+ +
Contributing

Code