mirror of https://github.com/rusefi/msqur.git
Add favicon #38
This commit is contained in:
parent
df4dee0581
commit
cc3f837686
|
@ -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) { ?>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue