So I have a profile code made by Lea on Problobly but as you can see, the second stripe is invisible for some reason, even though I'm pretty sure I changed the color codes where I'm supposed to, but she's busy and not so good with replies haha so I thought I'd check here for help.
{background-color: ,
border-color: },
, , {box-shadow: 0 0 7px rgba(0, 0, 0, 0.25)}
{background-color: }
(art by KayBit on Dappervolk)Are these the stripes you're talking about? Because I can see both of them.

Or is there supposed to be a second fat maroon stripe?
(P.S., Love the name.)
[Edit] I found the issue! This code is a mess:
body{background-repeat: no-repeat;background-image: url(https://i.imgur.com/iPfGB5G.jpg;);background-size: 100%;}background-color: };
You have brackets and semi-colons where they shouldn't be, and it's affecting the coding that comes immediately after. Here is a cleaned up version:
body{background-repeat: no-repeat;background-image: url(https://i.imgur.com/iPfGB5G.jpg);background-size: 100%;background-color: ;}
thanks! I think it's a pretty clever name lol.
Yes there's supposed to be a stripe between the maroon one and the grey border. She did say this one isn't quite finished so I'm not surprised it's a bit of a mess haha. Thanks I'll try that!
**edit ahh with that and replacing a coma with a semicolon down in the stripes section, I fixed it! The more I play with codes on here, the more I'm finding that if you have a problem you just start sticking semicolons everywhere lol. Thanks for the help!
(art by KayBit on Dappervolk)