summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'index.css')
-rw-r--r--index.css22
1 files changed, 20 insertions, 2 deletions
diff --git a/index.css b/index.css
index dad0ba9..8f6af56 100644
--- a/index.css
+++ b/index.css
@@ -20,7 +20,10 @@ h3 {
padding: 20px;
}
-
+hr {
+ border: none;
+ border-top: dashed rgb(179, 242, 116);
+}
img {
/* Ensured images don't go oversize */
@@ -34,7 +37,7 @@ a {
p {
color: white;
font-size: large;
- padding-left: 10px;
+ padding-left: 20px;
}
#wrapper {
@@ -55,6 +58,21 @@ p {
margin: 5px;
}
+.toc {
+ background-color: rgb(49, 65, 90);
+ border: 2px double rgb(39, 232, 181);
+ border-radius: 25px;
+ padding: 10px;
+ margin: 5px;
+ width: fit-content;
+ margin-left: 40px
+}
+
+.toc li {
+ margin-top: 5px;
+ margin-bottom: 5px;
+}
+
@font-face {
font-family: tintin;
src: url(fonts/tintin_talking.ttf);