| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .theme-header-navbar {
- background-color: #fcbad3;
- }
- .theme-header-navbar-link {
- color: #fff;
- }
- .theme-header-navbar-link:hover {
- color: #fffc;
- }
- .theme-under-header-links-text {
- color: #d59bf6;
- }
- .theme-under-header-links-text:hover {
- color: #aa96da;
- }
- .theme-article-list-title-top {
- background-color: #ffbb56;
- color: #FFF;
- }
- .theme-article-list-title-category {
- background-color: #7dd1f1;
- color: #FFF;
- }
- .theme-article-list-title-text {
- color: #9896f1;
- }
- .theme-article-list-description-text {
- color: #868686;
- }
- .theme-article-list-read-date-text {
- color: #edb1f1;
- }
- .theme-first-text {
- color: #9896f1;
- }
- .theme-second-text {
- color: #868686;
- }
- .theme-tag {
- background-color: #ffbb56;
- color: #FFFFFF;
- }
- .theme-tag:hover {
- background-color: #ffab2d;
- color: #FFFFFF;
- }
- .theme-category {
- border-color: #7dd1f1;
- color: #7dd1f1;
- }
- .theme-category:hover {
- background-color: #7dd1f1;
- color: #FFFFFF;
- }
|