summaryrefslogtreecommitdiff
path: root/styles/widgets.css
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-11-08 16:12:32 -0500
committerKyle Gunger <kgunger12@gmail.com>2024-11-08 16:12:32 -0500
commit4ceef6633c750157645d03225b07b739ca893c49 (patch)
tree1be04b40f3dbbca4eb8319f2e65d16b18e15f157 /styles/widgets.css
parent76ee3a9bb9c865a6f5c37de8613a62b48e1a1c93 (diff)
Basic site framework
Diffstat (limited to 'styles/widgets.css')
-rw-r--r--styles/widgets.css8
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