Metadata editting and local only JS and pdf to image change and format pages (#44)

* Formatting

* changeMeta

* pdf to img fix

* foramtting

* new image

* lang changes
This commit is contained in:
Anthony Stirling
2023-02-11 14:27:15 +00:00
committed by GitHub
parent aa9f8329d5
commit c739c9dd2b
56 changed files with 11691 additions and 1409 deletions

View File

@@ -0,0 +1,23 @@
/* 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 */
}
.list-group {
background-color: #222 !important;
color: fff !important;
}
.list-group-item {
background-color: #222 !important;
color: fff !important;
}