Giter Site home page Giter Site logo

Comments (5)

LucyLikesYourFace avatar LucyLikesYourFace commented on May 24, 2024 2

When I manually add the class, everything seems okay.

Out of curiosity I tested this against the demo site, doing this makes the background the same colour as buttons etc.
Perhaps its intentional?
papermod scrs

from hugo-papermod.

adityatelange avatar adityatelange commented on May 24, 2024 1

All pages background color should be the same.

This is intended, not a bug.

from hugo-papermod.

h-subaru avatar h-subaru commented on May 24, 2024

Hi, I noticed the problem in the page of @ibrahimcetin , and reproduced the same background-collision, as @LucyLikesYourFace mentions.

The solution of @ibrahimcetin shows some fallback background-color settings ( either of body or of html ) for the single kind pages be inconsistent with list pages ...?

from hugo-papermod.

h-subaru avatar h-subaru commented on May 24, 2024

I tried some modification like this:

  1. body background same as .list

    to set consistent background-color.

    assets/css/extended/blank.css

    /*
    This is just a placeholder blank stylesheet so as to support adding custom styles budled with theme's default styles
    
    ......
    */
    body {
        background: var(--code-bg);
    }
    
    body.dark {
        background: var(--theme);
    }
  2. add .post-entry class to the container of contents, the same class with the list items.

    to keep the color contrast in the single page content and footer

    layouts/_default/single.html

    • L. 38: appends .post-entry class attribute
    • L. 45: appends .post-entry class attribute
      <!-- <div class="post-content"> -->
      <div class="post-content post-entry">
      <!-- <footer class="post-footer"> -->
      <footer class="post-footer post-entry">

from hugo-papermod.

h-subaru avatar h-subaru commented on May 24, 2024

Result ( /posts/hello/ single page)

in Light mode

image

in Dark mode

image

from hugo-papermod.

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.