Skip to content

Commit fdd0348

Browse files
committed
update style.css
1 parent 9804974 commit fdd0348

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

assets/css/style.css

+19-21
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ strong {
316316
.site-tag:focus,
317317
.site-tag:active {
318318
text-decoration: none;
319-
background-color: rgba(242,80,34,.1);
319+
background-color: rgba(242,80,34,.5);
320320
}
321321

322322
.flex-body {
@@ -415,23 +415,22 @@ strong {
415415
.article-tag {
416416
background-color: rgba(0,122,255,.05);
417417
}
418+
.article-tag:hover,
419+
.article-tag:focus,
420+
.article-tag:active {
421+
background-color: rgba(0,122,255,.5);
422+
text-decoration: none;
423+
}
418424
.article-category {
419425
color: rgb(58, 140, 66);
420426
background-color: rgba(58,140,66,.05);
421427
}
422428
.article-category:hover,
423429
.article-category:focus,
424430
.article-category:active {
425-
background-color: rgba(58,140,66,.1);
431+
background-color: rgba(58,140,66,.5);
426432
text-decoration: none;
427433
}
428-
.article-tag:hover,
429-
.article-tag:focus,
430-
.article-tag:active {
431-
background-color: rgba(0,122,255,.1);
432-
text-decoration: none;
433-
}
434-
435434
.article-labels,
436435
.article-license,
437436
.article-navigation,
@@ -505,7 +504,7 @@ strong {
505504
}
506505

507506
.pagination ul li a:hover:not(.active) {
508-
background-color: rgba(0,122,255,.1);
507+
background-color: rgba(0,122,255,.5);
509508
}
510509

511510
.markdown-body {
@@ -791,22 +790,22 @@ strong {
791790
a {
792791
color: rgb(10,132,255);
793792
}
794-
.article-tag {
795-
background-color: rgba(10,132,255,.05);
796-
}
797-
.article-tag:hover,
798-
.article-tag:focus,
799-
.article-tag:active {
800-
background-color: rgba(10,132,255,.1);
801-
}
802793
.pagination ul li a {
803794
color: rgb(10,132,255);
804795
}
805796
.pagination ul li a.active {
806797
background-color: rgb(10,132,255);
807798
}
808799
.pagination ul li a:hover:not(.active) {
809-
background-color: rgba(10,132,255,.1);
800+
background-color: rgba(10,132,255,.5);
801+
}
802+
.article-tag {
803+
background-color: rgba(10,132,255,.05);
804+
}
805+
.article-tag:hover,
806+
.article-tag:focus,
807+
.article-tag:active {
808+
background-color: rgba(10,132,255,.5);
810809
}
811810
.article-category {
812811
color: rgb(114, 240, 126);
@@ -815,8 +814,7 @@ strong {
815814
.article-category:hover,
816815
.article-category:focus,
817816
.article-category:active {
818-
background-color: rgba(114,240,126,.1);
819-
text-decoration: none;
817+
background-color: rgba(114,240,126,.5);
820818
}
821819
.note-list li {
822820
border-bottom-color: rgba(84, 84, 88, .6);

0 commit comments

Comments
 (0)