view web_resources/style/common.css @ 2:7b24037ef7b5 version-1

Release version 1
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Thu, 04 Oct 2018 10:15:36 +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);
}