﻿/* 

Theme Name: Kiki Dark NED #1
Site URI: https://kirsten-dunst.org
Author: Never Enough Design
Design URI: https://neverenoughdesign.com

*/


@import url('css/style-min.css');

/* links */

a, a:link, a:visited, a:active {
	font-weight: 700; 
	text-decoration:none; 
	color: #858585;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

a:hover {
	color: #634a8b; 
	text-decoration: none;
}

.sidebar-content a,
.sidebar-content a:link,
.sidebar-content a:visited,
.sidebar-content a:active {
	font-weight: 400!important; 
	text-decoration:none; 
	color: #afafaf!important;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.sidebar-content a:hover {
	color: #ad6c8a!important; 
	text-decoration: none;
}

.cpmfetch {
	margin: 8px auto;
}

.cpmfetch a img {
	width: 3.8vw;
	height: auto;
}