GithubHelp home page GithubHelp logo

Comments (9)

rcvd avatar rcvd commented on June 15, 2024 1

I understand now but I'm not sure that this would be something that everyone else would expect - especially when we are talking about inline formats like bold or highlight. Maybe you have a block of text where you marked the most important parts - do you really want that to be not included in the mirrored block? However, I can see why you maybe don't want the header sizes.

from logseq-bear-theme.

XinLi0111 avatar XinLi0111 commented on June 15, 2024

logseq/logseq#2469 , they fix the font size but the bold style still existed

from logseq-bear-theme.

rcvd avatar rcvd commented on June 15, 2024

I think I don't really understand the issue here. Could you please try to explain the current and the expected behaviour a bit more?

from logseq-bear-theme.

XinLi0111 avatar XinLi0111 commented on June 15, 2024

This is what I expected:
image

from logseq-bear-theme.

XinLi0111 avatar XinLi0111 commented on June 15, 2024

Thanks for your reply.

This issue was solved in default theme, refer to: logseq/logseq#3516
image

But the custom css not worked in Bear theme, do you have any suggestions?

from logseq-bear-theme.

rcvd avatar rcvd commented on June 15, 2024

You can modify your custom.css-page like this:

@import url('https://rcvd.github.io/logseq-bear-theme/bear.css');

/* Everything below this line will override the settings in the bear theme */
#main-content-container .block-ref .block-content.inline h1 {
  font-size:  1rem!important;
  font-weight: normal!important;
}

from logseq-bear-theme.

XinLi0111 avatar XinLi0111 commented on June 15, 2024

Not working, and I also put the .block-content.inline h1 into the bear.css file, it doesn't work, either.

from logseq-bear-theme.

rcvd avatar rcvd commented on June 15, 2024

I've updated my comment and checked the result. This works for me. Let me know if you need the css code for different elements than a h1 heading.

from logseq-bear-theme.

XinLi0111 avatar XinLi0111 commented on June 15, 2024

👍👍👍, it works, and look very well. I just copy the code and paste with modifing the "h1" to "h2", it also could work. If you have more elegent code, that would be much better.

from logseq-bear-theme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.