aboutsummaryrefslogtreecommitdiff
path: root/js/panels/presets/default-style-presets.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/presets/default-style-presets.js')
-rw-r--r--js/panels/presets/default-style-presets.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/js/panels/presets/default-style-presets.js b/js/panels/presets/default-style-presets.js
index 109faae2..10b24ff4 100644
--- a/js/panels/presets/default-style-presets.js
+++ b/js/panels/presets/default-style-presets.js
@@ -68,6 +68,24 @@ exports.stylePresets = {
68 "text-shadow": "1px 1px 3px #333" 68 "text-shadow": "1px 1px 3px #333"
69 } 69 }
70 }] 70 }]
71 },
72 {
73 "text": "White Sans-Serif",
74 "selectorBase" : "white-sans-serif",
75 "rules" : [{
76 "selectorSuffix" : "",
77 "styles" : {
78 "color": "#FFFFFF",
79 "font-family": "helvetica,arial,sans-serif"
80 }
81 },
82 {
83 "selectorSuffix" : " h2",
84 "styles" : {
85 "color": "#C1C1C1",
86 "font-family": "helvetica,arial,sans-serif"
87 }
88 }]
71 }] 89 }]
72 }] 90 }]
73}; \ No newline at end of file 91}; \ No newline at end of file