Advertisement
arie_cristianD

change text color table & list

Oct 12th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1.  
  2. /* text color for bullet list */
  3. .entry-content .content-inner ul li {
  4.     color : #afafaf ;
  5. }
  6.  
  7. /* text color for table */
  8. .entry-content .content-inner table tr td {
  9.     color : #afafaf ;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement