Advertisement
SforzandoCF

styles

Feb 13th, 2024
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. body {
  2.     font-family: Noto Sans, sans-serif;
  3.     color: #000000;
  4.     text-align: center;
  5. }
  6. .pageIndex {
  7.     background: #ffc7ca;
  8. }
  9. a.linkIndex:link {
  10.     background: #ffc7ca;
  11.     color: #ff9499;
  12. }
  13. a.linkIndex:visited {
  14.     background: #ffb5b9;
  15.     color: #ff9499;
  16. }
  17. a.linkIndex:hover {
  18.     background: #ffffff;
  19.     color: #ff9499;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement