feat: Show note tags.

This commit is contained in:
Sergio Martínez Portela 2022-09-02 00:31:16 +02:00
parent 2a90ea8a26
commit 856ae09b16
2 changed files with 22 additions and 0 deletions

View file

@ -69,6 +69,22 @@ h1.title .state {
h1.title .state.state-TODO {
background-color: rgba(255,0,0,0.5);
}
h1.title .state.state-DONE {
background-color: rgba(0,255,0,0.25);
}
h1.title .tags {
float: right;
}
h1.title .tags .tag {
font-size: 50%;
vertical-align: middle;
/* background-color: rgba(255,255,255,0.3); */
background-color: rgba(0,0,0,0.1);
padding: 4px;
margin-left: 2px;
border-radius: 5px;
}
/* Lists */
li .tag {