mirror of
https://github.com/documize/community.git
synced 2025-08-02 03:55:24 +02:00
Implement new refactored color scheme
This commit is contained in:
parent
da0861b3fd
commit
d7a46ceee6
70 changed files with 934 additions and 521 deletions
|
@ -28,7 +28,7 @@ const renderTemplate = `
|
|||
<tbody>
|
||||
{{range $item := .Events}}
|
||||
<tr>
|
||||
<td class="bordered no-width color-gray">{{ $item.Dated }}</td>
|
||||
<td class="bordered no-width color-gray-600">{{ $item.Dated }}</td>
|
||||
<td class="bordered no-width">{{ $item.Severity }}</td>
|
||||
<td class="bordered width-90">{{ $item.Message }}</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue