Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2019-12-28 12:13:25 +0300
committervvveiii <cntrump@gmail.com>2019-12-28 12:13:25 +0300
commitfdd034856402e434c95e437a59bfbc0a272278fd (patch)
treeffb67ce01b1c5d02a0196800484dd973cc780575
parent980497413faa48a157be5abc4cc75df88c595cfb (diff)
update style.cssv1.9.0
-rw-r--r--assets/css/style.css40
1 files changed, 19 insertions, 21 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 7dc3bcc..a54a33f 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -316,7 +316,7 @@ strong {
.site-tag:focus,
.site-tag:active {
text-decoration: none;
- background-color: rgba(242,80,34,.1);
+ background-color: rgba(242,80,34,.5);
}
.flex-body {
@@ -415,6 +415,12 @@ strong {
.article-tag {
background-color: rgba(0,122,255,.05);
}
+.article-tag:hover,
+.article-tag:focus,
+.article-tag:active {
+ background-color: rgba(0,122,255,.5);
+ text-decoration: none;
+}
.article-category {
color: rgb(58, 140, 66);
background-color: rgba(58,140,66,.05);
@@ -422,16 +428,9 @@ strong {
.article-category:hover,
.article-category:focus,
.article-category:active {
- background-color: rgba(58,140,66,.1);
+ background-color: rgba(58,140,66,.5);
text-decoration: none;
}
-.article-tag:hover,
-.article-tag:focus,
-.article-tag:active {
- background-color: rgba(0,122,255,.1);
- text-decoration: none;
-}
-
.article-labels,
.article-license,
.article-navigation,
@@ -505,7 +504,7 @@ strong {
}
.pagination ul li a:hover:not(.active) {
- background-color: rgba(0,122,255,.1);
+ background-color: rgba(0,122,255,.5);
}
.markdown-body {
@@ -791,14 +790,6 @@ strong {
a {
color: rgb(10,132,255);
}
- .article-tag {
- background-color: rgba(10,132,255,.05);
- }
- .article-tag:hover,
- .article-tag:focus,
- .article-tag:active {
- background-color: rgba(10,132,255,.1);
- }
.pagination ul li a {
color: rgb(10,132,255);
}
@@ -806,7 +797,15 @@ strong {
background-color: rgb(10,132,255);
}
.pagination ul li a:hover:not(.active) {
- background-color: rgba(10,132,255,.1);
+ background-color: rgba(10,132,255,.5);
+ }
+ .article-tag {
+ background-color: rgba(10,132,255,.05);
+ }
+ .article-tag:hover,
+ .article-tag:focus,
+ .article-tag:active {
+ background-color: rgba(10,132,255,.5);
}
.article-category {
color: rgb(114, 240, 126);
@@ -815,8 +814,7 @@ strong {
.article-category:hover,
.article-category:focus,
.article-category:active {
- background-color: rgba(114,240,126,.1);
- text-decoration: none;
+ background-color: rgba(114,240,126,.5);
}
.note-list li {
border-bottom-color: rgba(84, 84, 88, .6);