Make background-color of navbar darker
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<link href="<?=self::getResourcePath()?>assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="<?=self::getResourcePath()?>assets/css/icons.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="<?=self::getResourcePath()?>assets/css/app.min.css" rel="stylesheet" type="text/css" />
|
||||
<link href="<?=self::getResourcePath()?>assets/css/thetool.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
3
public/assets/css/thetool.css
Normal file
3
public/assets/css/thetool.css
Normal file
@@ -0,0 +1,3 @@
|
||||
#topnav {
|
||||
background-color: #38414a;
|
||||
}
|
||||
Reference in New Issue
Block a user