Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions static/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ body {
line-height: 1.40em;
}

/* redefining bootstrap link colors explicitly*/
a {
color: #0F6151;
}
a:hover,
a:focus {
color:#073B31;
}

p {
padding-bottom: 0.5em;
}
Expand Down Expand Up @@ -101,7 +110,6 @@ footer {
#footer {
margin-top: 8em;
font-size: 0.9em;
color: rgba(0, 0, 0, 0.3);
}

.page-header {
Expand Down Expand Up @@ -252,8 +260,7 @@ footer {
}

.toc-h3 a {
color: Silver;

color: #565656;
//padding-left:1em;
padding: 0;
}
Expand All @@ -263,6 +270,13 @@ footer {
}
}

// contrast increase on bootstrap default color for btns on people page

.btn-primary {
background-color: #0F6151;
border-color: #0F6151
}

// filter buttons for people page

#filters {
Expand Down