view web_resources/style/common.css @ 1:1c31f4102408

Show a hint if the feed has no entries
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Thu, 04 Oct 2018 09:40:26 +0200
parents bc5cc170163c
children c271192aac9d
line wrap: on
line source

@import url("photon-colors.css");

html,
body {
  box-sizing: border-box;
  margin: 0;
  font: -moz-desktop;
  font-size: 15px;
  line-height: 1.4em;
  color: var(--grey-90);
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.15em;
}

:link {
  color: var(--blue-50);
  text-decoration: none;
}

:visited {
  color: var(--blue-50);
  text-decoration: none;
}

:link:hover,
:link:active,
:visited:hover,
:visited:active {
  text-decoration: underline;
}

:link:hover {
  color: var(--blue-60);
}

:link:active {
  color: var(--blue-70);
}

:visited:hover {
  color: var(--blue-60);
}

:visited:active {
  color: var(--blue-70);
}