Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
styles for topics (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosazaustre authored and derivation committed Feb 19, 2019
1 parent 0dc82e8 commit 59200ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/theme/static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,18 @@ h5.mdl-color-text--primary{
border-left: 0px !important;
}

.topic {
border: 1px solid #eaeaea;
padding: .5em 1em;
background-color: #fafafa;
margin-bottom: 1em;
}
.topic-title {
font-weight: bold !important;
font-size: 1.1em !important;
color: #000000;
}

a.reference.external:hover{
border-bottom: 1px solid #0062FF;
}
Expand Down

0 comments on commit 59200ea

Please sign in to comment.