Commit cc647626 by Kyle Fiedler

Clean up on marketing styles

parent b2e1ba74
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="anouncement-wrapper"> <div class="anouncement-wrapper">
<nav> <nav>
<h1><a href="/t/mitx_global.html">MITx</a></h1> <h1><a href="/t/mitx_global.html">MITx</a></h1>
<a class="" rel="leanModal" href="#login">Log In</a> <a class="login" rel="leanModal" href="#login">Log In</a>
</nav> </nav>
<section class="course"> <section class="course">
......
:focus {
outline-color: #ccc;
}
h1 { h1 {
font-size:1.6em; font-size:1.6em;
margin:20px 0 10px 0; margin:20px 0 10px 0;
......
...@@ -103,6 +103,10 @@ body { ...@@ -103,6 +103,10 @@ body {
color: #444; color: #444;
font: $body-font-size $body-font-family; font: $body-font-size $body-font-family;
:focus {
outline-color: #ccc;
}
h1 { h1 {
font: 800 24px $header-font-family; font: 800 24px $header-font-family;
} }
...@@ -188,16 +192,20 @@ header.announcement { ...@@ -188,16 +192,20 @@ header.announcement {
@include border-radius(0 0 3px 3px); @include border-radius(0 0 3px 3px);
background: #333; background: #333;
background: rgba(#000, .7); background: rgba(#000, .7);
padding: lh(.5); padding: lh(.5) lh();
h1 { h1 {
@include inline-block(); @include inline-block();
margin-right: lh(); margin-right: lh(.5);
a { a {
font: italic 800 18px $header-font-family; font: italic 800 18px $header-font-family;
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
&:hover, &:focus {
color: $mit-red;
}
} }
} }
...@@ -206,9 +214,10 @@ header.announcement { ...@@ -206,9 +214,10 @@ header.announcement {
color: #fff; color: #fff;
font-size: 12px; font-size: 12px;
font-style: normal; font-style: normal;
font-family: $header-font-family;
&:hover { &:hover, &:focus {
color: rgba(#fff, .6); color: $mit-red;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment