MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Two color font?

    Custom CSS
    5
    13
    470
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sdetweil @ember1205 last edited by sdetweil

      @ember1205 everything goes in custom.css you don’t need to change anything else as it would break a module’s ability to update

      the dev window shows you where (file) a class comes from. but u don’t edit that file

      you can change by adding/editing in the top window in elements mode.

      css is hierarchical

      last one in wins

      main.css is first
      module specific css is next
      custom.css is last, it overrides anything above

      so if u wanted to add shadow to .small from main.css

      in costum.css

      .small {
      whatever required
      }

      done, custom.css wins.

      but it might be tedious to find every element class as there is no enforcement for using the mm provided classes…

      Sam

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • R
        rubelahamed last edited by

        @MMRIZE said in Two color font?:

        I think most efficient and easiest way is using text-shadow dropping.
        I think most efficient and easiest way is using text-shadow dropping.

        S 1 Reply Last reply Reply Quote 0
        • S
          sdetweil @rubelahamed last edited by

          @rubelahamed and?

          Sam

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • 1
          • 2
          • 2 / 2
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy