Giter Club home page Giter Club logo

Comments (3)

jackbuehner avatar jackbuehner commented on August 25, 2024 1

To change the compose button, you can create a new style with the following CSS:

/* compose button */
.z0 .L3 {
    color: white;
}
/* compose button icon */
.z0 .L3::before {
    filter: invert(1);
}

If you want to change the other button text, you will need to modify the existing CSS. This will disable your ability to receive automatic updates

//MIXINS
    .md-button {
        font-family: Roboto;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.25px;
        font-size: 0.875rem;
        border-radius: @button-border-rad;
        background-color: @button-bg;
        /*color: #000;*/ /* remove this line*/
        color: #e0e0e0; /* add this line */
        height: 35px;
        border: none;
    }

from gmail-dark-modifications.

jackbuehner avatar jackbuehner commented on August 25, 2024

This should be easy to fix. I'll update the CSS and release a new version.

from gmail-dark-modifications.

MR-Diamond avatar MR-Diamond commented on August 25, 2024

Well done, @jackbuehner! Now is perfect than previously :-)
I have however a question: I'm using dark themes everywhere due to the fact that I have some vision problems.

I see that now, compared to the previous release, the text of buttons, have a black color instead of white:

button1
button2

Could you indicated me, where, in the CSS code I can set them to white text like in my previous image?
I see them better with white color text (just these buttons).

Thank you for your work.

from gmail-dark-modifications.

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.