This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
homepage-2017/staticfiles/css/app.css

71 lines
704 B
CSS

h1, h2 {
font-family: 'Orbitron', cursive;
}
.challenges .btn-large, .header h1 {
background-color: #3498db;
}
.slogan {
color: #3498db;
}
footer, .map {
background-color: #34495e !important;
}
.card {
width: 300px;
margin: 0 auto;
}
.progress {
height:10px;
}
.m4 {
margin-top: 30px;
}
a:link, a:visited {
color: white;
}
a:hover {
color: #34495e;
}
a:active {
color: black;
}
ul {
font-size: 20px;
line-height: 38px;
}
.profile {
width:300px;
}
.card.small {
height: auto;
}
.darklink:link, .darklink:visited {
color: black;
}
.darklink:hover {
color: #34495e;
}
.darklink:active {
color: #3498db;
}
a.highlight:hover{
color: #3498db;
}