mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
theme: change default color for tags #181
This commit is contained in:
parent
4d0240d3d7
commit
797042dee9
1 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 16px 8px 0;
|
margin: 0 16px 8px 0;
|
||||||
padding: 0 10px 0 12px;
|
padding: 0 10px 0 12px;
|
||||||
background: #8451a1;
|
background: #7dc903;
|
||||||
|
|
||||||
-webkit-border-bottom-right-radius: 3px;
|
-webkit-border-bottom-right-radius: 3px;
|
||||||
border-bottom-right-radius: 3px;
|
border-bottom-right-radius: 3px;
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
|
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
|
||||||
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
|
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
|
||||||
color: #fff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#body .tags a.tag-link:before {
|
#body .tags a.tag-link:before {
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
left: -.99em;
|
left: -.99em;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border-color: transparent #8451a1 transparent transparent;
|
border-color: transparent #7dc903 transparent transparent;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1em 1em 1em 0;
|
border-width: 1em 1em 1em 0;
|
||||||
}
|
}
|
||||||
|
@ -45,5 +45,5 @@
|
||||||
height: 5px;
|
height: 5px;
|
||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background: #fff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue