Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit c127ae9

Browse files
authored
Merge pull request #358 from diraol/improve-docs-style
Updating documentation style
2 parents e5ec581 + 1125bc6 commit c127ae9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/_static/css/kytos.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* navbar */
22
#navbar.navbar-kytos {
3-
background-image: -webkit-linear-gradient(left, #554077 0%, #2c3e50 100%);
4-
background-image: -o-linear-gradient(left, #554077 0%, #2c3e50 100%);
5-
background-image: linear-gradient(to right, #554077 0%, #2c3e50 100%);
3+
background-image: -webkit-linear-gradient(left, #68286a 0%, #322c5d 100%);
4+
background-image: -o-linear-gradient(left, #68286a 0%, #322c5d 100%);
5+
background-image: linear-gradient(to right, #68286a 0%, #322c5d 100%);
66
background-repeat: repeat-x;
77
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF554077', endColorstr='#FF2C3E50', GradientType=1);
88
padding: 10px;
@@ -13,7 +13,7 @@
1313
}
1414

1515
.navbar-kytos .navbar-nav>li>a:hover {
16-
background: #554077;
16+
background: #68286a;
1717
}
1818

1919
.navbar-kytos .navbar-brand {

0 commit comments

Comments
 (0)