Advertisement
Guest User

Untitled

a guest
Nov 8th, 2017
5,488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. /* page background color */
  2. #content-holder .post-password-form {
  3.     background: #000000;
  4. }
  5.  
  6. /* lock icon color */
  7. #content-holder .post-password-form .inner .password-lock {
  8.     fill: #444444;
  9. }
  10.  
  11. /* title color */
  12. #content-holder .post-password-form .inner p {
  13.     color: white;
  14. }
  15.  
  16. /* sub title color */
  17. #content-holder .post-password-form .inner p span {
  18.     color: #777777;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement