feat: new colour

This commit is contained in:
Naomi Carrigan 2024-06-27 13:00:51 -07:00
parent 9d04bd6a77
commit a356ffb402
No known key found for this signature in database
GPG Key ID: 7019A402E94A9808

View File

@ -19,10 +19,10 @@
--base-color: #3a3240;
--heading-color: #3a3240;
--base-background-color: #fff;
--sidebar-background: #aea8d3dd;
--sidebar-background: #abfcecdd;
--sidebar-nav-link-color: #3a3240;
--code-inline-background: #3a3240;
--table-row-odd-background: #aea8d3;
--table-row-odd-background: #abfcec;
}
body::before {
@ -55,7 +55,7 @@
}
.markdown-section {
background: #aea8d3ee;
background: #abfceccc;
}
</style>
<title>Naomi's Documentation</title>