initial commit
This commit is contained in:
33
static/css/custom.css
Normal file
33
static/css/custom.css
Normal file
@@ -0,0 +1,33 @@
|
||||
div.avatar img {
|
||||
max-height: 190px;
|
||||
}
|
||||
|
||||
div.container h1 {
|
||||
font-weight: bold;
|
||||
color: #27A822;
|
||||
}
|
||||
|
||||
.panel {
|
||||
box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
}
|
||||
|
||||
ul.nav li.active a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Site specific settings */
|
||||
section#about p {
|
||||
font-size: 18px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
div.contact p {
|
||||
line-height: 1.5em;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
/* transparency of tags */
|
||||
div.container.links .label-success {
|
||||
background-color: rgba(92, 184, 92, 0.6);
|
||||
}
|
||||
Reference in New Issue
Block a user