Last active
September 22, 2023 00:48
-
-
Save railsstudent/7c8d4b6b6158812e02ca8efcc5259127 to your computer and use it in GitHub Desktop.
Create user preferences for demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"preferences": { | |
"top": { | |
"backgroundColor": "yellow", | |
"border": "1px solid black", | |
"color": "rebeccapurple", | |
"fontSize": "36px", | |
"textAlign": "center" | |
}, | |
"content": { | |
"backgroundColor": "cyan", | |
"border": "1px solid black" | |
}, | |
"label": { | |
"color": "gray", | |
"fontSize": "18px" | |
}, | |
"font": { | |
"color": "rebeccapurple", | |
"fontSize": "18px", | |
"fontStyle": "italic", | |
"fontWeight": "600" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment