pink.scss 954 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .theme-header-navbar {
  2. background-color: #fcbad3;
  3. }
  4. .theme-header-navbar-link {
  5. color: #fff;
  6. }
  7. .theme-header-navbar-link:hover {
  8. color: #fffc;
  9. }
  10. .theme-under-header-links-text {
  11. color: #d59bf6;
  12. }
  13. .theme-under-header-links-text:hover {
  14. color: #aa96da;
  15. }
  16. .theme-article-list-title-top {
  17. background-color: #ffbb56;
  18. color: #FFF;
  19. }
  20. .theme-article-list-title-category {
  21. background-color: #7dd1f1;
  22. color: #FFF;
  23. }
  24. .theme-article-list-title-text {
  25. color: #9896f1;
  26. }
  27. .theme-article-list-description-text {
  28. color: #868686;
  29. }
  30. .theme-article-list-read-date-text {
  31. color: #edb1f1;
  32. }
  33. .theme-first-text {
  34. color: #9896f1;
  35. }
  36. .theme-second-text {
  37. color: #868686;
  38. }
  39. .theme-tag {
  40. background-color: #ffbb56;
  41. color: #FFFFFF;
  42. }
  43. .theme-tag:hover {
  44. background-color: #ffab2d;
  45. color: #FFFFFF;
  46. }
  47. .theme-category {
  48. border-color: #7dd1f1;
  49. color: #7dd1f1;
  50. }
  51. .theme-category:hover {
  52. background-color: #7dd1f1;
  53. color: #FFFFFF;
  54. }