mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
* tasks: markdown style, checkboxes. Misc fixes * add filtering to tasks * client tasks: complete filtering
31 lines
365 B
SCSS
31 lines
365 B
SCSS
.markdown {
|
|
> p {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
h1 {
|
|
line-height: 1.17;
|
|
}
|
|
|
|
h3 {
|
|
color: $gray-10;
|
|
}
|
|
|
|
h1, h2, h3 {
|
|
font-weight: normal;
|
|
}
|
|
|
|
h4 {
|
|
font-family: 'Roboto', sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a {
|
|
color: $blue-10;
|
|
|
|
&:hover, &:active, &:focus {
|
|
color: $blue-10;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
} |