Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 839 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 839 Bytes

fluidd-theme-gradient

fluidd-gradient

How to install

  • create a folder called .fluidd-theme in config section
  • copy the downloaded files into this folder
  • reload browser

Logo change

  • name an picture to logo.png

  • put this image to .fluidd-theme

  • insert these lines with !! your url !! of the logo.png file into custom.css

    .logo-wrapper {
          display: none !important;
      }
      .theme--dark .toolbar-logo {
          background-image: url(http://mainsailos.local/server/files/config/.fluidd-theme/sidebar-logo.png) !important;
          background-size: 48px !important;
          background-repeat: no-repeat !important;
          background-position: center !important;
      }