Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhazhahan committed Nov 10, 2022
1 parent 69fa75f commit 589a56b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/log.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions resources/views/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@yield('log-viewer::title')</title>
<link href="./vendor/laravel-log-view/log.css" rel="stylesheet">


<link href="/vendor/laravel-log-view/log.css" rel="stylesheet">
<style type="text/css">
.bg {
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
background: radial-gradient(circle at 15% 50%, #ede9fe, rgba(255, 255, 255, 0) 25%), radial-gradient(circle at 85% 30%, #d8f3f6, rgba(255, 255, 255, 0) 25%);
}
</style>
</head>

<body>
Expand Down

0 comments on commit 589a56b

Please sign in to comment.