update anchor colour
This commit is contained in:
parent
aeba5ef3cd
commit
445b0cc204
@ -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.8396226">
|
||||
<caret line="162" column="12" selection-start-line="162" selection-start-column="12" selection-end-line="162" selection-end-column="12" />
|
||||
<state vertical-scroll-proportion="0.78711987">
|
||||
<caret line="166" column="17" selection-start-line="166" selection-start-column="17" selection-end-line="166" selection-end-column="17" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
@ -711,7 +711,13 @@
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1458138412790</updated>
|
||||
</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 />
|
||||
</component>
|
||||
<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="page jumps to top on view change" />
|
||||
<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 name="XDebuggerManager">
|
||||
<breakpoint-manager>
|
||||
@ -1150,8 +1157,8 @@
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/html/css/app.css">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<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" />
|
||||
<state vertical-scroll-proportion="0.78711987">
|
||||
<caret line="166" column="17" selection-start-line="166" selection-start-column="17" selection-end-line="166" selection-end-column="17" />
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
|
@ -160,9 +160,12 @@ buttons {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #88D1B0;
|
||||
color: #74bf9d;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #214032;
|
||||
}
|
||||
#sidedrawer strong + ul > li {
|
||||
padding: 6px 0px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user