Skip to content
Snippets Groups Projects
Commit 77d4c6d4 authored by Nivey's avatar Nivey
Browse files

Update home.html

parent 15e454bb
No related branches found
No related tags found
No related merge requests found
Pipeline #522763 failed
......@@ -48,19 +48,21 @@
cursor: pointer;
font-size: 24px; /* Increased size for dropdown headers */
color: #52be80; /* Updated dropdown header color */
font-family: 'Courier New', Courier, monospace; /* Typewriter font */
}
.content {
margin-top: 20px;
font-family: 'Courier New', Courier, monospace; /* Typewriter font for content */
}
ul, ol {
margin-left: 20px;
padding-left: 0;
font-size: 16px; /* Smaller text for list items */
color: black; /* Set list item text to black */
font-family: Verdana;
font-family: 'Courier New', Courier, monospace; /* Typewriter font for lists */
}
p {
font-family: Verdana;
font-family: 'Courier New', Courier, monospace; /* Typewriter font for paragraphs */
}
</style>
......@@ -138,4 +140,4 @@
}
</script>
{% endblock %}
\ No newline at end of file
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment