Change summary
themes/secluded/assets/scss/_single.scss | 6 ++++++
1 file changed, 6 insertions(+)
Detailed changes
@@ -18,6 +18,9 @@
background-size: 0 0;
background-position: 100% 21%;
transition: .15s ease-out;
+ border-radius: 5px;
+ padding-left: 4px;
+ margin-left: -3px;
&:hover {
background-size: 100% 100%;
color: $light;
@@ -70,6 +73,9 @@
background-size: 0 0;
background-position: 100% 21%;
transition: .15s ease-out;
+ border-radius: 5px;
+ padding-left: 4px;
+ margin-left: -3px;
&:hover {
background-size: 100% 100%;
color: $light;