• Resolved graftedin

    (@graftedin)


    Is there a comprehensive list of CSS hooks to change default colors? I would expect it to be a long list like this so that I can change the default blue (etc) to something by changing ONE spot.

    
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="url"],
    textarea,
    .entry-content table,
    .comment-content table,
    .entry-content td,
    .comment-content td,
    hr {
      border-color: #ccc;
    }
    
    • This topic was modified 4 years, 11 months ago by graftedin.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comprehensive List of CSS to change default colors’ is closed to new replies.