Giter Club home page Giter Club logo

Comments (3)

TWiStErRob avatar TWiStErRob commented on August 23, 2024

That should be it though to change the text color, which you managed to do. There's also a Code section in typography, which defines a background color based on $code-background-color in settings_colors.

In general to find out where a style is coming from:

  • run serve with _config_dev.yml (instructions inside)
    needed to have site.sass.line_numbers: true
  • this will result in comments above each style in generated css
  • open page in Chrome/Firefox and open inspector/dev tools/firebug
  • Inspect an element you want to change the style of
  • Find the CSS style you're interested in and click the line source (upper right):
    image
  • Read the comment which .scss file it is coming from

This only works well on non-minified sources, that's why you need the dev config.

from feeling-responsive.

hpigot avatar hpigot commented on August 23, 2024

I was trying to make similar changes and found everything I was looking for in /_sass/_01_settings_colors.scss. In particular, I was looking to change the green/turquoise used in the navigation bar.

The green code highlighting you mention is found on line 120, $code-background-color: scale-color($secondary-color, $lightness: 70%); which links back to $ci-6: #A1D044; // green.

In this file you can change the entire color scheme of Feeling Responsive by altering the Corporate Identity Colorpalette line 29-34. Some good alternative color schemes can be found on https://color.adobe.com/.

from feeling-responsive.

Phlow avatar Phlow commented on August 23, 2024

Thankyou @hpigot

from feeling-responsive.

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.