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

github.com/10mohi6/hugo-theme-simple-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author10mohi6 <10.mohi.6.y@gmail.com>2020-05-28 09:45:40 +0300
committer10mohi6 <10.mohi.6.y@gmail.com>2020-05-28 09:45:40 +0300
commit0c14ba3bb2dba0b9b1165b362ff9bd39891c8531 (patch)
tree3f955377771d94b17658e9c4f0c42aac122c441f
parent5facec02458ace3c279fcbc9e82326dfbb67ba40 (diff)
fix page-link color
-rw-r--r--static/css/bootstrap.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/bootstrap.css b/static/css/bootstrap.css
index b76129c..8883247 100644
--- a/static/css/bootstrap.css
+++ b/static/css/bootstrap.css
@@ -5037,7 +5037,7 @@ input[type="button"].btn-block {
margin-left: -1px;
line-height: 1.25;
/* color: #007bff; */
- color: #17a2b8;
+ color: #6c757d;
background-color: #fff;
border: 1px solid #dee2e6;
}
@@ -5072,8 +5072,8 @@ input[type="button"].btn-block {
color: #fff;
/* background-color: #007bff;
border-color: #007bff; */
- background-color: #17a2b8;
- border-color: #17a2b8;
+ background-color: #6c757d;
+ border-color: #6c757d;
}
.page-item.disabled .page-link {