mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
[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:
+1
-1
@@ -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
@@ -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 |
Reference in New Issue
Block a user