Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 835 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 835 Bytes

fluidd-theme-fluorite

Screenshot 2024-05-03 084438

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;
    }