vericudebuget commited on
Commit
b742f7f
1 Parent(s): 56d0c78

Create theme.css

Browse files
Files changed (1) hide show
  1. theme.css +6 -0
theme.css ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ body {
2
+ background-color: black;
3
+ color: white;
4
+ }
5
+
6
+ /* Add other CSS rules as needed */