Skip to content

Commit

Permalink
Standardized default link colours between desktop and mobile views.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Oct 28, 2012
1 parent 4073cb4 commit e4278c9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/jquery.mobile-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-fegc/css/theme-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-intranet/css/jquery.mobile-min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/theme-gcwu-intranet/css/theme-min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/theme-gcwu-fegc/jquerymobile/jquery.mobile.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
}

.ui-body-b .ui-link {
color: #326CA6 /*{b-body-link-color}*/;
color: #295376 /*{b-body-link-color}*/;
font-weight: bold;
}

Expand Down Expand Up @@ -386,7 +386,7 @@
}

.ui-body-c .ui-link {
color: #326CA6 /*{c-body-link-color}*/;
color: #295376 /*{c-body-link-color}*/;
font-weight: bold;
}

Expand Down
4 changes: 2 additions & 2 deletions src/theme-gcwu-fegc/sass/includes/default-mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ h2,h3,h4,h5,h6,p,blockquote,table,form,img,pre{
}

a {
color: #326CA6;
color: #295376;
font-weight:bold;
}

Expand Down Expand Up @@ -529,7 +529,7 @@ img{
border-bottom:1px solid #ccc;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
a {
color: #326CA6;
color: #295376;
text-decoration: none;
border-radius:0;
-moz-border-radius:0;
Expand Down
4 changes: 2 additions & 2 deletions src/theme-gcwu-intranet/jquerymobile/jquery.mobile.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
}

.ui-body-b .ui-link {
color: #326CA6 /*{b-body-link-color}*/;
color: #295376 /*{b-body-link-color}*/;
font-weight: bold;
}

Expand Down Expand Up @@ -386,7 +386,7 @@
}

.ui-body-c .ui-link {
color: #326CA6 /*{c-body-link-color}*/;
color: #295376 /*{c-body-link-color}*/;
font-weight: bold;
}

Expand Down

0 comments on commit e4278c9

Please sign in to comment.