Git Product home page Git Product logo

Comments (4)

52buickman avatar 52buickman commented on June 23, 2024

Tried it with Brave Browser Version 1.38.111 Chromium: 101.0.4951.54 (Official Build) (64-bit) as well. No list items were denoted with a Chromium based browser.

from hugo-hero-theme.

colinjnash avatar colinjnash commented on June 23, 2024

Same issue here. I'm going to look at the CSS and try and find a workaround.

from hugo-hero-theme.

colinjnash avatar colinjnash commented on June 23, 2024

Under assets > scss > components > reset.scss , this should make bullets visible. Change disc to whatever style you'd like. However, I just started fooling around with the theme, so please take care to inspect the site before launch.

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: disc !important;
}

from hugo-hero-theme.

52buickman avatar 52buickman commented on June 23, 2024

@colinjnash That did it. Thanks. I'm fairly novice with CSS. You taught me something new.

Note for others - the file name is _reset.scss in the theme and not reset.scss. It probably doesn't make difference in naming if put into your own asset > scss > components directory to (properly) override that file provided by the theme.

from hugo-hero-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.