diff --git a/main.html b/main.html
index 0711f7e274..fe74e8e81f 100644
--- a/main.html
+++ b/main.html
@@ -18,7 +18,7 @@
-
+
+
+
<%block name="headextra"/>
diff --git a/sass/_base.scss b/sass/_base.scss
index db8b718fb7..4ceba8b593 100644
--- a/sass/_base.scss
+++ b/sass/_base.scss
@@ -1,3 +1,7 @@
+:focus {
+ outline-color: #ccc;
+}
+
h1 {
font-size:1.6em;
margin:20px 0 10px 0;
diff --git a/sass/_index.scss b/sass/_index.scss
index 7703412cb4..e5886548e5 100644
--- a/sass/_index.scss
+++ b/sass/_index.scss
@@ -103,6 +103,10 @@ body {
color: #444;
font: $body-font-size $body-font-family;
+ :focus {
+ outline-color: #ccc;
+ }
+
h1 {
font: 800 24px $header-font-family;
}
@@ -188,16 +192,20 @@ header.announcement {
@include border-radius(0 0 3px 3px);
background: #333;
background: rgba(#000, .7);
- padding: lh(.5);
+ padding: lh(.5) lh();
h1 {
@include inline-block();
- margin-right: lh();
+ margin-right: lh(.5);
a {
font: italic 800 18px $header-font-family;
color: #fff;
text-decoration: none;
+
+ &:hover, &:focus {
+ color: $mit-red;
+ }
}
}
@@ -206,9 +214,10 @@ header.announcement {
color: #fff;
font-size: 12px;
font-style: normal;
+ font-family: $header-font-family;
- &:hover {
- color: rgba(#fff, .6);
+ &:hover, &:focus {
+ color: $mit-red;
}
}
}
diff --git a/sass/_local.scss b/sass/_local.scss
index 3f11d9ca57..bd866e3bb5 100644
--- a/sass/_local.scss
+++ b/sass/_local.scss
@@ -16,7 +16,6 @@
.seq_problem_visited { background-color: #ccccaa;}
.seq_video_visited { background-color: #ccaacc;}
-.seq_video_visited { background-color: #cccaac;}
.seq_html_visited { background-color: #caaccc;}
.seq_tab_visited { background-color: #aacccc;}
.seq_vertical_visited { background-color: #acaccc;}
diff --git a/sass/_profile.scss b/sass/_profile.scss
index 9a384a1cbd..9cab2dbce6 100644
--- a/sass/_profile.scss
+++ b/sass/_profile.scss
@@ -1,5 +1,5 @@
div.profile-wrapper {
- display: table;
+ @extend .table-wrapper;
section.user-info {
@include box-sizing(border-box);