GithubHelp home page GithubHelp logo

Comments (2)

AirboZH avatar AirboZH commented on June 7, 2024 2

感谢 @ruibaby 协助

发现原因是因为 bootstrap css 版本导致,原主题使用的 [email protected] 版本中不存在 .card-title color属性,但最新版 [email protected] 中存在这个属性。

退回 [email protected] 版本即可解决问题

from halo-theme-chirpy.

AirboZH avatar AirboZH commented on June 7, 2024

19633bbed0d6c156313c5fa413a779a

黄色框的color覆盖了绿色部分的color导致文章title颜色是黑色的,但是这个

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

中的color还是未定义的

.card {
    --bs-card-title-color: ;
}

scss中.card-title 类的颜色属性似乎并没有直接设置

scss是fork上游项目直接编译来的

from halo-theme-chirpy.

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.