When trying to style list bullets (•) or numbers (1.) with a different color than the text, it's common to find that the style applied to the text does not affect the markers. This happens when using <ul> or <ol> tags in HTML, where applying a color directly only changes the text, but not the list markers.
HTML and CSS are often underestimated because they are not programming languages, but they are still extremely important for the web. With CSS, you can do much more than just styling, you can create drawings, illustrations, video games, and more.