Skip to content

Commit 7c8a6d4

Browse files
committed
Revert to default theme
1 parent 0b6d9a9 commit 7c8a6d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

OpenNote/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<link rel="stylesheet" href="bower_components/alertify/themes/alertify.core.css">
2020

2121
<!-- Theme -->
22-
<link rel="stylesheet" type="text/css" href="openNote/style/simplicity/dark/intojs.css">
23-
<link rel="stylesheet" type="text/css" href="openNote/style/simplicity/dark/alertify.css">
24-
<link rel="stylesheet" type="text/css" href="openNote/style/simplicity/dark/style.css">
22+
<link rel="stylesheet" type="text/css" href="openNote/style/invert/light/intojs.css">
23+
<link rel="stylesheet" type="text/css" href="openNote/style/invert/light/alertify.css">
24+
<link rel="stylesheet" type="text/css" href="openNote/style/invert/light/style.css">
2525

2626
<link rel="stylesheet" type="text/css" href="openNote/style/animations.css">
2727

OpenNote/openNote/openNote.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ openNote.value("config", {
8888
* See if we are dark or light
8989
*/
9090
isDarkTheme: function(){
91-
return true;
91+
return false;
9292
}
9393
});

0 commit comments

Comments
 (0)