Make background-color of navbar darker

This commit is contained in:
Frank Schubert
2021-05-25 22:11:16 +02:00
parent 52cfb8fe4d
commit c777691270
2 changed files with 4 additions and 0 deletions

View File

@@ -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>