Skip to content

Commit

Permalink
Improve stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk committed Feb 23, 2017
1 parent bea1765 commit d1de57c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 5 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@
</li>
{% for pg in site.pages %}
{% unless (pg.categories contains 'taxii' or pg.categories contains 'stix') %}
<li>
{% include page-link.html p=pg %}
</li>
{% if pg.title or pg.short_title %}
<li>
{% include page-link.html p=pg %}
</li>
{% endif %}
{% endunless %}
{% endfor %}
</ul>
Expand Down
8 changes: 6 additions & 2 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ h1, h2, h3, h4, h5, h6 {
.jumbotron {
padding-top: 20px;
padding-bottom: 20px;
background-color: #4E9BE1;
background-color: lighten($brand-color, 9%);
}

.jumbotron h1 {
Expand Down Expand Up @@ -158,14 +158,18 @@ a {
}

&:hover {
color: $text-color;
color: lighten($brand-color, 10%);
text-decoration: underline;
}
}

.btn-spec {
font-size: 17px;
margin: 10px 0;

&:visited {
color: $background-color;
}
}


Expand Down
2 changes: 1 addition & 1 deletion stix/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Complete information for STIX 2.0 is available on the [OASIS Cyber Threat Intell

## STIX 2.0

<div class="figure center-block text-center" markdown="span">
<div class="figure center-block text-center" markdown="span" style="width:80%">
![STIX 2.0 Architecture]({{ site.baseurl }}/img/stix2_architecture2.png){: .figure-img .img-fluid}
</div>

Expand Down

0 comments on commit d1de57c

Please sign in to comment.