-
- Chapter 1
+ |
+ Chapter 1
+ Table of Contents:
+ Chapter 1
Chapter 2
Chapter 3
Chapter 4
@@ -32,8 +35,7 @@
Chapter 22
Chapter 23
|
-
- Chapter 1
+ |
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..78d50ca
--- /dev/null
+++ b/style.css
@@ -0,0 +1,5 @@
+body {background-color: white;color: black;}
+td {border: solid 1px white;}
+#chapter_name {text-transform: capitalize;}
+#toc {background-color: white;border: solid 1px black; color: black;}
+#pdfcell {background-color: #525659;border: solid 1px black;}
\ No newline at end of file
|