diff options
Diffstat (limited to 'styles/widgets.css')
-rw-r--r-- | styles/widgets.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/styles/widgets.css b/styles/widgets.css new file mode 100644 index 0000000..a8310e3 --- /dev/null +++ b/styles/widgets.css @@ -0,0 +1,8 @@ +.widget { + background-color: #ddd; + border-radius: 10px; +} + +.toggle { + background-color: gray; +}
\ No newline at end of file |