Add StarCat Blue and PaleBlue icon colors

This commit is contained in:
thhsh-local 2025-05-20 14:31:54 -04:00
parent 76755b810c
commit c3a9d51d0b
Signed by: thhsh-local
SSH key fingerprint: SHA256:bLOq3d7dN1v5+W5U6pQekP0rBm0YUtC9qvh3TDYyAsg
2 changed files with 10 additions and 0 deletions

View file

@ -34,6 +34,12 @@
mask-image: var(--md-admonition-icon--page-moved);
}
.starcat-blue {
color: #00FFFF;
}
.starcat-paleblue {
color: #6FCDDD;
}
.note-blue {
color: #448AFF;
}