Mercurial > addons > firefox-addons > feed-preview
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web_resources/style/common.css Wed Oct 03 23:40:57 2018 +0200 @@ -0,0 +1,48 @@ +@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); +}