update anchor colour

This commit is contained in:
Martin Donnelly 2016-03-16 16:43:17 +00:00
parent aeba5ef3cd
commit 445b0cc204
2 changed files with 17 additions and 7 deletions

19
.idea/workspace.xml generated
View File

@ -70,8 +70,8 @@
<file leaf-file-name="app.css" pinned="false" current-in-tab="true"> <file leaf-file-name="app.css" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/html/css/app.css"> <entry file="file://$PROJECT_DIR$/html/css/app.css">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.8396226"> <state vertical-scroll-proportion="0.78711987">
<caret line="162" column="12" selection-start-line="162" selection-start-column="12" selection-end-line="162" selection-end-column="12" /> <caret line="166" column="17" selection-start-line="166" selection-start-column="17" selection-end-line="166" selection-end-column="17" />
<folding /> <folding />
</state> </state>
</provider> </provider>
@ -711,7 +711,13 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1458138412790</updated> <updated>1458138412790</updated>
</task> </task>
<option name="localTasksCounter" value="36" /> <task id="LOCAL-00036" summary="update anchor colour">
<created>1458146461491</created>
<option name="number" value="00036" />
<option name="project" value="LOCAL" />
<updated>1458146461491</updated>
</task>
<option name="localTasksCounter" value="37" />
<servers /> <servers />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
@ -785,7 +791,8 @@
<MESSAGE value="Reduced jpeg image quality to 80%, reduces a lot of bandwidth with not much visible impact." /> <MESSAGE value="Reduced jpeg image quality to 80%, reduces a lot of bandwidth with not much visible impact." />
<MESSAGE value="page jumps to top on view change" /> <MESSAGE value="page jumps to top on view change" />
<MESSAGE value="update hover colour" /> <MESSAGE value="update hover colour" />
<option name="LAST_COMMIT_MESSAGE" value="update hover colour" /> <MESSAGE value="update anchor colour" />
<option name="LAST_COMMIT_MESSAGE" value="update anchor colour" />
</component> </component>
<component name="XDebuggerManager"> <component name="XDebuggerManager">
<breakpoint-manager> <breakpoint-manager>
@ -1150,8 +1157,8 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/html/css/app.css"> <entry file="file://$PROJECT_DIR$/html/css/app.css">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.8396226"> <state vertical-scroll-proportion="0.78711987">
<caret line="162" column="12" selection-start-line="162" selection-start-column="12" selection-end-line="162" selection-end-column="12" /> <caret line="166" column="17" selection-start-line="166" selection-start-column="17" selection-end-line="166" selection-end-column="17" />
<folding /> <folding />
</state> </state>
</provider> </provider>

View File

@ -160,9 +160,12 @@ buttons {
} }
a { a {
color: #88D1B0; color: #74bf9d;
} }
a:hover {
color: #214032;
}
#sidedrawer strong + ul > li { #sidedrawer strong + ul > li {
padding: 6px 0px; padding: 6px 0px;
} }