Comments on [F2U] RedRum All Comments

Heya Nix ! Is the old version of this code available? ๐Ÿ’•๐Ÿ’•๐Ÿ’—๐Ÿ‘‰๐Ÿ‘ˆ i am really missing the different square boxes... Such a cool aestheticย  aah!!ย  ๐Ÿ’•๐Ÿ’•๐ŸŒธ๐Ÿ˜ซ

Oh, no I don't have the old version sadly though I don't think I made any big visual changes to this code as far as I remember ย ย 

Are you viewing this code on a tablet device by any chance? :0

Yes i am on tablet.ย  ๐Ÿ’–๐Ÿ˜… well Don'tย  worry,ย  more SPECIFICALLY....ย  i have the old version (Dark theme).ย  Now how can i make it THEย  light theme? ๐Ÿ‘‰๐Ÿ‘ˆ๐Ÿ’–๐Ÿ’•๐Ÿ˜ญ any coding trick?ย 

Ah I thought so. I coded this to minimize information being squished on mobile/tablet devices. Your code will look just like my preview image on PC so dw ovo

As for changing the dark theme to light theme. The "fastest" way is to do it on PC using the Ctrl + Fย function to search and remove/replace the following:

  • Remove "text-white"
  • Remove all "background: rgba(74,74,74,0.5)"
  • Remove all "background: rgba(0,0,0,0.8)" and add "bg-faded" to the class attribute
    • eg. <div class="rounded-0 p-3" style="background: rgba(0,0,0,0.8)"> becomes <div class="bg-fadedย rounded-0 p-3">