diff --git a/resources/views/changelog.blade.php b/resources/views/changelog.blade.php index cc52065..3364cd9 100644 --- a/resources/views/changelog.blade.php +++ b/resources/views/changelog.blade.php @@ -51,23 +51,45 @@ font-weight: bold; } h3 { - font-size: 15px; + font-size: 18px; font-weight: bold; - margin: 16px 0; + margin: 32px 0 20px 0; } ul { list-style: square; + line-height: 160%; margin-left: 20px; } ul li { - margin-bottom: 4px; + margin-bottom: 10px; + } + a { + text-decoration: underline; + color: rgb(30, 58, 138); + } + p.warning { + margin-top: 15px; + background-color: #ffffd0; + padding: 25px; + line-height: 160%; + } + p.warning::before { + content: "⚠ "; + } + code { + background-color: #ebf9ff; + border: 1px solid #bed9ef; + border-radius: 3px; + padding: 2px 5px; + font-size: 14px; }

Changelog

+

This is the changelog for the early access builds of PHP Monitor. You can gain access to these early access builds by sponsoring the project on a monthly basis on GitHub.

{!! $content !!}
- \ No newline at end of file +