Skip to content
Snippets Groups Projects
Commit e1940891 authored by Alexandre Vicenzi's avatar Alexandre Vicenzi
Browse files

Adjust custom color

parent 2451347e
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,9 @@ licenseURL = "https://creativecommons.org/licenses/by-sa/4.0" ...@@ -19,6 +19,9 @@ licenseURL = "https://creativecommons.org/licenses/by-sa/4.0"
builtWith = true builtWith = true
mainSections = ["post"] mainSections = ["post"]
## Set custom theme color.
# themeColor = "#fc2803"
[[params.socialIcons]] [[params.socialIcons]]
icon = "fa-linkedin" icon = "fa-linkedin"
title = "Linkedin" title = "Linkedin"
......
...@@ -8,6 +8,20 @@ ...@@ -8,6 +8,20 @@
border-color: {{ . }}; border-color: {{ . }};
} }
.pagination li a {
color: {{ . }};
border: 1px solid {{ . }};
}
.pagination li.active a {
background-color: {{ . }};
}
.pagination li a:hover {
background-color: {{ . }};
opacity: 0.75;
}
footer a, footer a,
.content a, .content a,
.related-posts li a:hover { .related-posts li a:hover {
......
...@@ -246,12 +246,13 @@ ul.posts { ...@@ -246,12 +246,13 @@ ul.posts {
.pagination li a:hover { .pagination li a:hover {
color: #fff; color: #fff;
background: rgba(67, 118, 122, 0.75); background-color: #49757a;
opacity: 0.75;
} }
.pagination li.active a { .pagination li.active a {
color: #fff; color: #fff;
background: #49757a; background-color: #49757a;
} }
.pagination li.disabled a { .pagination li.disabled a {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment