Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 248 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 248 Bytes

Installation

$ npm install fxos-theme

Usage

<link rel="stylesheet" href="node_modules/fxos-theme/fxos-theme.css">
<style> body { background: var(--fxos-background); } </style>
<body class="fxos-theme-media"></body>