Skip to content

Commit

Permalink
Add custom.css placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
untitled-dice committed Aug 28, 2015
1 parent 47e42f1 commit 55b7919
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
Put your style/CSS customizations here.
It's loaded after all the other CSS files, so any CSS rules here
will override rules in other files.
*/

/* The following example turns the background to yellow if you uncomment it. */

body {
/* background-color: #f1c40f; */
}

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="node_modules/bootstrap/dist/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href="custom.css" rel="stylesheet"> <!-- Recommendation: Put your CSS customizations in custom.css -->
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 55b7919

Please sign in to comment.