This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ <h2 class="md-headline">What about Angular 2?</h2>
103
103
< md-divider > </ md-divider >
104
104
< p class ="md-caption " style ="text-align: center; margin-bottom: 0; ">
105
105
These docs were generated from
106
- (< a ng-href ="{{BUILDCONFIG.repository}}/{{menu.version.current.github}} " target ="_blank ">
106
+ (< a ng-href ="{{BUILDCONFIG.repository}}/{{menu.version.current.github}} " target ="_blank " class =" md-accent " >
107
107
v{{BUILDCONFIG.version}} - SHA {{BUILDCONFIG.commit.substring(0,7)}}</ a > )
108
108
on (< strong > {{BUILDCONFIG.date}}</ strong > ) GMT.
109
109
</ p >
Original file line number Diff line number Diff line change @@ -159,9 +159,9 @@ <h2 class="md-toolbar-item md-breadcrumb md-headline">
159
159
< div layout ="row " flex ="noshrink ">
160
160
< div id ="license-footer ">
161
161
Powered by Google ©2014–{{thisYear}}.
162
- Code licensed under the < a href ="./license "> MIT License</ a > .
162
+ Code licensed under the < a href ="./license " class =" md-accent " > MIT License</ a > .
163
163
Documentation licensed under
164
- < a href ="http://creativecommons.org/licenses/by/4.0/ " target ="_blank "> CC BY 4.0</ a > .
164
+ < a href ="http://creativecommons.org/licenses/by/4.0/ " class =" md-accent " target ="_blank "> CC BY 4.0</ a > .
165
165
</ div >
166
166
</ div >
167
167
</ md-content >
Original file line number Diff line number Diff line change @@ -164,6 +164,14 @@ a.md-THEME_NAME-theme:not(.md-button) {
164
164
color : ' {{primary-700}}' ;
165
165
}
166
166
}
167
+
168
+ & .md-accent {
169
+ color : ' {{accent-color}}' ;
170
+
171
+ & :hover {
172
+ color : ' {{accent-700}}' ;
173
+ }
174
+ }
167
175
168
176
& .md-accent {
169
177
color : ' {{accent-color}}' ;
You can’t perform that action at this time.
0 commit comments