So I made a custom CSS style sheet called MarkUpCSS here. I need some ideas of things to either change or add. Currently everything on the page is all that exists. I’m at a loss right now, I don’t have any ideas. Comment below your ideas, I might add them in. If so I will credit you on the Repl.
Thanks,
SalladShooter
1 Like
If you haven’t, you could do del and ins.
1 Like
@Firepup650 you can do that with HTML, no? The Strikethrough and underline.
True, but styling doesn’t typically match <del>
and <ins>
. (Which includes red for <del>
and green for <ins>
)
1 Like
@Firepup650 ok I’ll work on that, oh and I just got another idea to add background and text color separate options instead of one or the other depending on the element.
@Firepup650 done, it has automatic coloring for <del>
and <ins>
. Now you can use Fore (text color) and Back (background color) to style any element.
Hey, maybe stick to a certain color set?
1 Like
@joecooldoo The template shows off the colors but is fully customizable. I want it to be easy to use and customizable to the user, so by adding a set of colors (say the rainbow, plus gray and black and white).
1 Like
that’s so complicated for no reason lol
@SnakeyKing but I’m making my own I don’t want to use another persons.
1 Like
@SnakeyKing what are the added benefits of using that?
You can make a light theme and a dark theme
@SnakeyKing I could already do that, if I wanted, I guess I will thanks for the idea.