diff --git a/server/ui/src/Main.css b/server/ui/src/Main.css index aa29ab6..c88addd 100644 --- a/server/ui/src/Main.css +++ b/server/ui/src/Main.css @@ -8,4 +8,11 @@ .search-name-cell { word-wrap: break-word; +} + +.navbar-purple { + background-color: #673ab7; + -webkit-box-shadow: 0 8px 6px -6px #999; + -moz-box-shadow: 0 8px 6px -6px #999; + box-shadow: 0 8px 6px -6px #999; } \ No newline at end of file diff --git a/server/ui/src/components/navbar.tsx b/server/ui/src/components/navbar.tsx index 8aecc70..39f2550 100644 --- a/server/ui/src/components/navbar.tsx +++ b/server/ui/src/components/navbar.tsx @@ -27,7 +27,7 @@ export class Navbar extends Component { navbar() { return ( -