forked from mattmakai/fullstackpython.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.less
More file actions
23 lines (22 loc) · 979 Bytes
/
custom.less
File metadata and controls
23 lines (22 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@import "bootstrap.less";
@import "bootswatch-variables.less";
@import "bootswatch.less";
body {background: #fff;}
@textColor: #171717;
@baseFontSize: 16px;
.underline {text-decoration: underline;}
h1, h2, h3, h4, h5, h6 {color: #222;}
.logo-header-section {margin: 35px 0 30px 0;}
.logo-title {font-size: 3.9em; color: #403072; font-family: @sansFontFamily;
font-weight: bold; line-height: 30px; margin-left: 5px;}
.logo-title a, .logo-title a:hover {color: #000; text-decoration: none;}
.logo-title a:hover {color: gray;}
h2 {font-size: 1.8em; margin: 10px 0 5px 0;}
h3 {font-size: 1.25em; margin: 5px 0 0 0;}
.fsp-side-nav-ul li.active {background: #FF6600;}
.tech-section {margin-bottom: 30px;}
p {color: #333; font-size: @baseFontSize+2; line-height: @baseFontSize+8;}
.footer {margin-bottom: 15px;}
img {border: 1px solid #222;}
.logo-image {vertical-align: top; padding-bottom: 15px; border: none;}
.technical-diagram {padding: 20px; border: none;}