summary refs log tree commit diff stats
path: root/assets/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/index.css')
-rw-r--r--assets/index.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/index.css b/assets/index.css
index 72223db..4cbc0b9 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -39,6 +39,12 @@ marquee {
   width: 100%;
 }
 
+blockquote {
+  color: gray;
+  border-left: 5px solid gray;
+  padding-left: 15px;
+}
+
 #main {
   width: 100%;
   margin: auto;
@@ -81,6 +87,12 @@ marquee {
   padding: 0;
 }
 
+.box > ol {
+  color: black;
+  list-style-position: inside;
+  padding: 0;
+}
+
 .box > :is(p, h1, h2, h3, h4, h5, h6) {
   color: black;
 }
@@ -89,6 +101,10 @@ marquee {
   color: black;
 }
 
+.box > ol > li > :is(p, h1, h2, h3, h4, h5, h6) {
+  color: black;
+}
+
 pre,
 code {
   color: green;