O V E R S I G H T S
This commit is contained in:
parent
5186ee9027
commit
ae7e08ca21
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ final class WhoopsReporter extends Handler
|
|||
<meta charset="utf-8">
|
||||
<title>Something broke!</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="/css/mio.css" rel="stylesheet">
|
||||
<link href="/css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="main" style="justify-content: center; --site-max-width: 400px">
|
||||
<div class="main__wrapper" style="flex: 0 0 auto">
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
{% if is_valid %}
|
||||
<div class="changelog__change" id="#c{{ change.change_id }}">
|
||||
<div class="changelog__change__line"
|
||||
style="{{ change.action_colour|html_colour('--accent-colour'}) }}">
|
||||
style="{{ change.action_colour|html_colour('--accent-colour') }}">
|
||||
<div class="changelog__change__action {{ change.action_class is defined and change.action_class is not null ? ' changelog__change__action--' ~ change.action_class : '' }} changelog__change__action--{{ change.action_colour|colour_get_css_contrast }}"
|
||||
style="{{ change.action_colour|html_colour('--accent-colour') }}">
|
||||
{{ change.action_name }}
|
||||
|
|
Loading…
Add table
Reference in a new issue