.note {
  max-width: 35rem;
  margin: 0 auto;
}
.note-header {
  padding-top: 3rem;
  margin-bottom: 3rem;
}
.note-footer {
  padding: 6rem 0;
}
.note-date {
  color: var(--color-text-grey);
}
ul.note-tags {
  display: block;
  margin-bottom: 1.5rem;
  line-height: 1.5em;
}
.note-tags li {
  margin-right: .5rem;
  display: inline;
}
.note-tags a:before {
  content: "#";
}
.note-tags a {
  /*padding: .5rem 1rem;*/
  /*display: block;*/
  /*background: var(--color-light);*/
  color: #777;
  font-size: .95em; 
}
.note-tags a:hover {
  /*background: var(--color-black);
  color: var(--color-white);*/
  /*background: none !important;*/
  color: black;
}
@media (prefers-color-scheme: dark) {
  .note-tags a:hover {
    color: var(--color-text-darkmode);
  }
}


.note-footer {
  padding: 2rem 0;
  padding: unset;
  padding-top: 2rem;
}

.giflist-item {
  padding-bottom: 1em;
}
