Daily and Weekly Reviews + dataview

I used the buttons plugin! The code for the buttons is above in the post.

And here is my css I use to style them:

.dataview-button {

  border-style: solid;
  border-width: thin;
  border-color: rgb(149, 213, 234);
  color: rgb(149, 213, 234);
  font-weight: bold;
  background-color: transparent;
  padding: 5px 15px;
  font-size: 11px;
}
9 Likes