aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss/custom/_links.scss
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-05-24 18:07:10 -0500
committerJesús <heckyel@hyperbola.info>2020-05-24 18:07:10 -0500
commit4235befd675ae72450872e2d2300bdab7817930a (patch)
tree44eb5d65bdd444fe118b9ca9b917779d5ab3eaac /src/scss/custom/_links.scss
parent38d66b141d03140211ffacf54a4975f0d3cfb56e (diff)
downloadcl-theme-4235befd675ae72450872e2d2300bdab7817930a.tar.lz
cl-theme-4235befd675ae72450872e2d2300bdab7817930a.tar.xz
cl-theme-4235befd675ae72450872e2d2300bdab7817930a.zip
Change theme color to blue
Diffstat (limited to 'src/scss/custom/_links.scss')
-rw-r--r--src/scss/custom/_links.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/scss/custom/_links.scss b/src/scss/custom/_links.scss
index d5449a8..c813caa 100644
--- a/src/scss/custom/_links.scss
+++ b/src/scss/custom/_links.scss
@@ -1,29 +1,29 @@
a {
- color: #0099e5;
+ color: $links;
&:hover {
text-decoration: none;
- color: #ffc20e;
+ color: $hlinks;
}
&.navbar-item {
&.is-tab {
&.is-active {
- border-bottom-color: #dd7325;
+ border-bottom-color: $slinks;
border-width: 2px;
color: whitesmoke;
}
&:hover {
- border-bottom-color: #dd7325;
+ border-bottom-color: $slinks;
border-width: 2px;
- color: #dd7325;
+ color: $slinks;
}
}
&:hover {
- color: #dd7325;
+ color: $slinks;
background-color: transparent;
}
}
&.pagination-previous.disabled, &.pagination-next.disabled {
- background: #0c0f0f;
+ background: $plinks;
color: white;
cursor: not-allowed;
border-color: #dbdbdb;
@@ -35,5 +35,5 @@ a {
h2 > a:hover {
color: white;
- text-shadow: 1px 2px 0px #161C1C;
+ text-shadow: 0px 1px 2px #000;
}