Skip to content

Commit

Permalink
Merge pull request #21 from Niehaus/kytos-colors-css
Browse files Browse the repository at this point in the history
Add kytos-colors CSS styles
  • Loading branch information
hdiogenes authored Dec 10, 2020
2 parents 265205a + a7f33e9 commit 0e730ea
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions kytos_sphinx_theme/kytos/static/kytos-sphinx.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,28 @@ a {
font-weight: bold;
}

/*Kytos Variables Colors of UI*/

.hexa {
font-family: monospace;
}

.kytos-white { font-weight: bold; }
.kytos-dark-white { color: #CCC; font-weight: bold; }
.kytos-black { color: #222; font-weight: bold; }
.kytos-gray { color: #515151; font-weight: bold; }
.kytos-light-gray { color: #b3b3b3; font-weight: bold; }
.kytos-medium-gray { color: #414141; font-weight: bold; }
.kytos-dark-gray { color: #313131; font-weight: bold; }
.kytos-extra-dark { color: #2a2a2a; font-weight: bold; }
.kytos-purple { color: #554077; font-weight: bold; }
.kytos-dark-purple { color: #322c5d; font-weight: bold; }
.kytos-blue { color: #008690; font-weight: bold; }
.kytos-dark-blue { color: #233f55; font-weight: bold; }
.kytos-green { color: #8bc34a; font-weight: bold; }
.kytos-yellow { color: #f9a825; font-weight: bold; }
.kytos-red { color: #dd2c00; font-weight: bold; }

code,
.rst-content tt,
.rst-content code {
Expand Down

0 comments on commit 0e730ea

Please sign in to comment.