Add files via upload

This commit is contained in:
Anthony Stirling
2023-01-27 18:23:40 +00:00
committed by GitHub
parent d70aec5daa
commit b078905889
32 changed files with 1575 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/* Dark Mode Styles */
body {
background-color: #333;
color: #fff;
}
.dark-card {
background-color: #333 !important;
color: white;
}
.jumbotron {
background-color: #222; /* or any other dark color */
color: #fff; /* or any other light color */
}