2019-03-27 19:54:55 +00:00
|
|
|
body {
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
}
|
2019-03-27 18:37:16 +00:00
|
|
|
|
2019-03-23 01:42:57 +00:00
|
|
|
.pointer {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2019-03-27 18:37:16 +00:00
|
|
|
|
|
|
|
.upvote:hover {
|
|
|
|
color: var(--info);
|
|
|
|
}
|
|
|
|
|
|
|
|
.downvote:hover {
|
|
|
|
color: var(--danger);
|
|
|
|
}
|
2019-03-30 06:08:02 +00:00
|
|
|
|
|
|
|
.form-control, .form-control:focus {
|
|
|
|
background-color: var(--secondary);
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-select {
|
|
|
|
color: #fff;
|
|
|
|
background-color: var(--secondary);
|
|
|
|
}
|
2019-03-30 07:11:44 +00:00
|
|
|
|
|
|
|
.md-div p {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
2019-03-31 00:21:50 +00:00
|
|
|
|
|
|
|
.md-div img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|