diff --git a/assets/css/about(inlines).css b/assets/css/about(inlines).css index 6a15ccc5..5cd8ac05 100644 --- a/assets/css/about(inlines).css +++ b/assets/css/about(inlines).css @@ -13,7 +13,7 @@ width: 25px; height: 25px; border-radius: 50%; pointer-events: none; -background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5)); +background: radial-gradient(circle, rgba(255,255,255,0.5), rgba(141, 38, 172, 0.5)); transition: transform 0.1s, left 0.1s, top 0.1s; } diff --git a/assets/css/about.css b/assets/css/about.css index c1e7f50f..277400df 100644 --- a/assets/css/about.css +++ b/assets/css/about.css @@ -1,5 +1,5 @@ :root{ - --slider-dark:rgba(7, 97, 233, 0.808); + --slider-dark:rgba(255,255,255,0.5); } .main{ @@ -434,7 +434,7 @@ } body.dark-mode .pagination button:hover { - background-color: #0056b3; + background-color: rgba(255,255,255,0.5); color: #fff; } diff --git a/index.html b/index.html index 2ba2462f..4fdb3790 100644 --- a/index.html +++ b/index.html @@ -73,7 +73,7 @@ -->
-
+