update anchor colour

This commit is contained in:
Martin Donnelly 2016-03-16 16:41:01 +00:00
parent e607eb0225
commit aeba5ef3cd
2 changed files with 15 additions and 5 deletions

View File

@ -70,8 +70,8 @@
<file leaf-file-name="app.css" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/html/css/app.css">
<provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.71132076">
<caret line="158" column="15" selection-start-line="158" selection-start-column="15" selection-end-line="158" selection-end-column="15" />
<state vertical-scroll-proportion="0.8396226">
<caret line="162" column="12" selection-start-line="162" selection-start-column="12" selection-end-line="162" selection-end-column="12" />
<folding />
</state>
</provider>
@ -705,7 +705,13 @@
<option name="project" value="LOCAL" />
<updated>1458138221381</updated>
</task>
<option name="localTasksCounter" value="35" />
<task id="LOCAL-00035" summary="update hover colour">
<created>1458138412790</created>
<option name="number" value="00035" />
<option name="project" value="LOCAL" />
<updated>1458138412790</updated>
</task>
<option name="localTasksCounter" value="36" />
<servers />
</component>
<component name="ToolWindowManager">
@ -1144,8 +1150,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/html/css/app.css">
<provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.71132076">
<caret line="158" column="15" selection-start-line="158" selection-start-column="15" selection-end-line="158" selection-end-column="15" />
<state vertical-scroll-proportion="0.8396226">
<caret line="162" column="12" selection-start-line="162" selection-start-column="12" selection-end-line="162" selection-end-column="12" />
<folding />
</state>
</provider>

View File

@ -159,6 +159,10 @@ buttons {
color:#214032;
}
a {
color: #88D1B0;
}
#sidedrawer strong + ul > li {
padding: 6px 0px;
}