/* ==UserStyle==
@name           [Oli Bros] Customisation: Pinboard
@namespace      The Oliver Bros
@version        1.0.1
@description    Legibility and aesthetic improvements
==/UserStyle== */

@-moz-document domain("pinboard.in") {

/* Bookmarks: widen */
.bookmark {
	width: calc(100% - 2rem);
}

/* Bookmarks: improve background colouring */
.private {
	background-color: hsl(0, 0%, 95%);
	border: 0;
}

/* Username: make standard weight */
.small_username b {
	font-weight: normal;
}

/* Tag table: make selected list button standard weight */
#tag_cloud a.tag_heading_selected {
	font-weight: normal;
}

/* Tag table: remove weighted sizing */
.tag_table a.tag {
	font-size: 100% !important;
}

/* Tag table: make single-column */
.tag_table {
	float: none;
}

/* Top menu: hide bullet separators */
#top_menu {
	color: white;
}

/* Links: improve colours */
a,
#banner a.banner_username,
#top_menu a {
	color: hsl(220, 65%, 40%);
}
a:visited {
	color: hsl(260, 40%, 50%);
}
a.tag {
	color: hsl(32, 50%, 45%);
}

/* Footer: simplify */
#footer hr {
	display: none;
}

}
