Skip to content

Commit

Permalink
Change the default skin from dark to ocean
Browse files Browse the repository at this point in the history
Fixes #98
  • Loading branch information
ipeychev committed Jan 29, 2015
1 parent 066fc24 commit 68421bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/yui/config/head-dev.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<link href="bootstrap.css" rel="stylesheet">
<link href="alloy-editor/assets/alloy-editor-dark.css" rel="stylesheet">
<link href="alloy-editor/assets/alloy-editor-ocean.css" rel="stylesheet">

<script src="http://yui.yahooapis.com/3.17.2/build/yui/yui-min.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion src/ui/yui/config/head-release.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<link href="bootstrap.css" rel="stylesheet">
<link href="alloy-editor/assets/alloy-editor-dark.css" rel="stylesheet">
<link href="alloy-editor/assets/alloy-editor-ocean.css" rel="stylesheet">

<script src="http://yui.yahooapis.com/3.17.2/build/yui/yui-min.js"></script>

Expand Down

0 comments on commit 68421bf

Please sign in to comment.