Comments on [F2U] RedRum All Comments Start of Thread Parent

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">