mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Allow custom css styling.
This commit is contained in:
parent
c4bfa6d4d8
commit
7b6772e77b
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,7 +1,13 @@
|
|||||||
|
# Ignore all node modules.
|
||||||
/node_modules
|
/node_modules
|
||||||
|
|
||||||
|
# Don't ignore the node_helper nore module.
|
||||||
!/modules/node_helper
|
!/modules/node_helper
|
||||||
!/modules/node_helper/**
|
!/modules/node_helper/**
|
||||||
|
|
||||||
|
# Ignore all modules except the default modules.
|
||||||
/modules/**
|
/modules/**
|
||||||
!/modules/default/**
|
!/modules/default/**
|
||||||
|
|
||||||
|
# Ignore changes to the custom css files.
|
||||||
|
/css/custom.css
|
||||||
|
14
css/custom.css
Normal file
14
css/custom.css
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
/*****************************************************
|
||||||
|
* Magic Mirror *
|
||||||
|
* Custom CSS *
|
||||||
|
* *
|
||||||
|
* By Michael Teeuw http://michaelteeuw.nl *
|
||||||
|
* MIT Licensed. *
|
||||||
|
* *
|
||||||
|
* Add any custom CSS below. *
|
||||||
|
* Changes to this files will not be ignored by GIT. *
|
||||||
|
*****************************************************/
|
||||||
|
|
||||||
|
body {
|
||||||
|
|
||||||
|
}
|
@ -5,6 +5,7 @@
|
|||||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||||
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
||||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="css/custom.css">
|
||||||
<link rel="stylesheet" type="text/css" href="fonts/roboto.css">
|
<link rel="stylesheet" type="text/css" href="fonts/roboto.css">
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user