view css/app.css @ 111:b0c6ab59c569

Minor style fixes.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 07 Nov 2016 22:10:07 +0100
parents 2f1de3071ee9
children fb8011d4dd6f
line wrap: on
line source

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

.page-content section {
	padding-bottom: 2rem;
}

.home-title {
	color: #0790c0;
	font-weight: 700;
	margin: 0 0 1rem 0;
	font-size: 2.33rem;
}

body {
	font-family: 'PT Sans';
	color: '#333';
}

p {
	color: "#333";
}

li {
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans';
	color: #333;
	/*font-weight: bold;*/
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.66rem;
}

h4 {
	font-size: 1.33rem;
}

h4, h5, h6 {
	font-weight: bold;
}

div.reveal-modal img {
	height: auto;
	width: 100%;
}

/**
* Font overrides (do this using SASS when that gets pulled in)
*/

.button, li, p, .alert, .label, .top-bar-section ul li>a {
	font-family: inherit;
}

.highlight code {
	border: inherit;
	background-color: inherit;
	line-height: 1;
	padding: 0;
}

.highlight {
	margin: 0 0 1.5rem 0;
	border: 1px solid #ccc;
	padding: 0.5em;
	border-radius: 3px;
	font-size: 90%;
	width: 100%;
}

.highlight table {
	border: none;
}