Skip to content

White+ by no5talgla

Screenshot of White+

Details

Authorno5talgla

LicenseNo License

Categoryhttps://web.roblox.com/

Created

Updated

Size765 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make the tab and background white!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         White+
@version      20211018.20.10
@namespace    userstyles.world/user/no5talgla
@description  Make the tab and background white!
@author       no5talgla
@license      No License
==/UserStyle== */

@-moz-document domain("roblox.com") {
#fb-root
  {
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    background-color:white;
    background-size: cover !important;
    background-attachment: fixed !important;
  }

#navbar-search-input, #navbar-search-btn
  {
    border: 1px solid #ffdae0;
      /*Search border color*/
    ;
  }

  body
  {
    background: transparent !important;
  }

  .content
  {
    background: transparent !important;
  }


#header {
    background-color: white
  
}
}

Reviews

No reviews yet.