sethfair / logseq-atlas-theme

Atlas theme provides a pure and distraction-free experience with always a dark sidebar.
MIT License
19 stars 3 forks source link

Typography parameter not overriding theme #6

Open myrvang opened 2 years ago

myrvang commented 2 years ago

Adding the :root ... css to custom.css. But adding and changing these values does not make any changes to the theme. Your theme has been installed as a plugin. Is the custom.css supposed to override the theme installed or do I need to remove as plugin and copy all of your theme css file into custom.css?

sethfair commented 2 years ago

Hello. The changes in custom.css are optional. You do not need to copy everything over if you have it installed as a plugin. All that are supported are here:

:root {
  --atlas-line-height: 2em;
  --atlas-font-size: 0.95em;
  --atlas-font-family: Segoe UI,Roboto,sans-serif;
  --atlas-title-font-family: Segoe UI,Roboto,sans-serif;
}

Can you post what your custom.css looks like?

myrvang commented 2 years ago

Hi. Logseq is the latest and have tried reloading and restarting. The theme itself works just fine. Here is the custom.css

:root {
  --atlas-line-height: 2em;
  --atlas-font-size: 1em;
  --atlas-font-family: Arial,Segoe UI,Roboto,sans-serif;
  --atlas-title-font-family: Arial,Segoe UI,Roboto,sans-serif;
}

But making changes to the font and size is not reflected in Logseq.

sethfair commented 2 years ago

Hi, is this the light or dark theme you are having issues with?

On Thu, Dec 2, 2021 at 12:21 AM myrvang @.***> wrote:

Hi. Logseq is the latest and have tried reloading and restarting. The theme itself works just fine. Here is the custom.css

:root { --atlas-line-height: 2em; --atlas-font-size: 1em; --atlas-font-family: Arial,Segoe UI,Roboto,sans-serif; --atlas-title-font-family: Arial,Segoe UI,Roboto,sans-serif; }

But making changes to the font and size is not reflected in Logseq.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/sethfair/logseq-atlas-theme/issues/6#issuecomment-984328281, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAY6VRVISBBMGGHTKOYJ5T3UO4F55ANCNFSM5JFSJXPA .

myrvang commented 2 years ago

The issue is with both light and dark. I also get the different text size with light/dark that is already a reported issue.