<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
        
        /* Dusty Rose */
@import url("//static.blogg.se/themes/dusty-rose/style.css");

@import url('https://fonts.googleapis.com/css?family=Pacifico');

body {
    background-image: url(https://static.blogg.se/themes/dusty-rose/img/border.png);
    background-repeat: repeat-x;
}

#header {
    background: url(https://cdn2.cdnme.se/4353582/8-3/untitled-1_56113a7eddf2b31c020baa48.png) no-repeat left top;
    height: 300px;
}

.commentheader, .navheader, a, a:hover, .subside a, .commentmeta a, .commentmeta a:hover, .entrymeta a, h3 {
    color: #672b4a;
}

svg {
    fill: #672b4a;
}

.navheader, h2, .subside a, body, .commentmeta a:hover, .entrymeta a:hover, a:hover, .nav a:hover { 
	background-color: #EBD9CE;
}
.entry { border-top: 8px solid #EBD9CE; }

h1, h2, #profile p a, #profile { color: #FFF; }
.sidebox, #content { background-color: #FFF; }

body, .nav a, .nav a:hover, #profile h4, #profile p a:hover, .commentform, .entrybody {
    color: #333;
}

.entrymeta, .entrymetafoot, .commentmeta, .commenttext, .response, .response-by {
    color: #666;
}

h1, .subside, h3, .navheader, .commentheader {
    font-family: "Pacifico", sans-serif;
}

h2, select, #profile, #profile h4, .commentform, .nav, .entrybody, .entrymeta, .entrymetafoot, .commenttext, .commentmeta, .response, .response-by {
    font-family: "Verdana", Arial, sans-serif;
}

.entrymeta, .commentmeta, h2, .nav, .commenttext, .response, .response-by { 
	font-size: 10px;
}

.entrybody, body, .commentform { font-size: 11px; }
.entrymetafoot { font-size: 1.1em; }

h3 { font-size: 30px; }

.subside a { font-size: 25px; }

.subside, .navheader, .commentheader { font-size: 18px; }

#social { margin-top: 10px; }
#social svg { border-radius: 50%; }

.like-container { float: left; }
.like-container .likebtn .likebtn__btn { 
  background: #672b4a !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #672b4a !important; 
  background: white !important;
}</pre></body></html>