RC-55 | Grit Skills | Setup

This commit is contained in:
Oliver-Akins 2025-01-01 15:38:16 -07:00
parent ff80531aa6
commit b24c07705a
5 changed files with 56 additions and 4 deletions

12
Apps/elements/lists.css Normal file
View file

@ -0,0 +1,12 @@
.ripcrypt > .window-content {
ol {
list-style-position: inside;
margin: 0;
padding: 0;
> li {
margin: 0;
padding: 0;
}
}
}