Add favicon #38

This commit is contained in:
Nick 2019-11-06 21:09:09 -06:00
parent df4dee0581
commit cc3f837686
3 changed files with 15 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta name="description" content="Megasquirt tune file sharing site" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" class="js-site-favicon" href="view/img/favicon.ico">
<link rel="stylesheet" href="view/msqur.css" />
<?php
if (DEBUG) { ?>

BIN
src/view/img/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -14,6 +14,20 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
/*
Favicon - Contrail One
Primary:
#90a4ae
#c1d5e0 light
#62757f dark
Secondary:
#ff6f00
#ffa040 light
#c43e00 dark
black text on all except dark
*/
body, button {
font-family: "Verdana", sans-serif;
}