Mercurial > addons > firefox-addons > feed-preview
view web_resources/style/common.css @ 0:bc5cc170163c
Initial revision
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Wed, 03 Oct 2018 23:40:57 +0200 |
parents | |
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); }