[CORL-603] Documentation Updates (#2553)

* fix: replaced png with svg

* feat: updated docs

* feat: added netlify config

* fix: fixed netlify config
This commit is contained in:
Wyatt Johnson
2019-09-10 19:20:24 +00:00
committed by GitHub
parent aa6058e9d1
commit 683adceec4
10 changed files with 350 additions and 117 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<aside class="sidebar">
<div>
<a class="brand" href="{{ url_for("/") }}">
{{ image_tag('images/coralproject.png') }}
{{ image_tag('images/coralproject_color.svg') }}
</a>
<ul class="sidebar__list">
{% for item in config.sidebar.side %}
+1 -1
View File
@@ -40,7 +40,7 @@ $callout_link_hover_color: darken($callout_link_color, 5%);
// // Buttons
$coral_button_background: $coral_light_blue;
$coral_button_color: black;
$coral_button_color: $coral_orange;
$coral_button_hover_color: darken($coral_button_background, 5%);
$coral_button_invert_color: $coral_dark_gray;
$coral_button_invert_hover_color: lighten($coral_button_invert_color, 20%);
Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.5 KiB