start work to allow custom accent colors
This commit is contained in:
@ -18,12 +18,11 @@
|
||||
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
||||
<environment include="Development">
|
||||
<link rel="stylesheet" href="~/css/bootstrap-custom.css" />
|
||||
<link rel="stylesheet" href="~/dynamic/css/main.css" />
|
||||
<link rel="stylesheet" href="~/lib/open-iconic/font/css/open-iconic-bootstrap.css" />
|
||||
<link rel="stylesheet" href="~/css/profile.css" />
|
||||
</environment>
|
||||
<environment include="Production">
|
||||
<link rel="stylesheet" href="~/css/global.min.css" />
|
||||
<link rel="stylesheet" href="~/dynamic/css/global.min.css" />
|
||||
</environment>
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user