gray.scss 998 B

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