Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Athuli7 committed Aug 3, 2020
1 parent e59da65 commit 166a4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions css/theme.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* Generated using nova-theme-generator.com */

:root {
--transparent: transparent;
--black: #4F504F;
Expand Down Expand Up @@ -30,5 +28,4 @@

.bg-grad-sidebar {
background-image: linear-gradient(0deg, #734b6d 0%, #000428 100%);
}
#42275a → #734b6d
}
2 changes: 1 addition & 1 deletion src/ThemeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ThemeServiceProvider extends ServiceProvider
public function boot()
{
Nova::serving(function (ServingNova $event) {
Nova::style('royal-theme', __DIR__.'/../resources/css/theme.css');
Nova::style('royal-theme', __DIR__.'/../css/theme.css');
});
}

Expand Down

0 comments on commit 166a4fa

Please sign in to comment.