slides-base-css

1.0.1 • Public • Published

slides-base-css

These are just a bunch of base css rules for my slides built with Remarker.

Add this project as a dependency

yarn add slides-base-css

Linking to the base css file

Make sure to include both the base styles and the local css file on your remarker.yml config file:

cssFiles: [
  './node_modules/slides-base-css/style.css',
  './style.css'
]

Customising colours

On your local style.css file, you can add custom styles and customise the colour variables by doing:

:root {
  --color-clear: #fff;
  --color-inverse: #0084ff;
  --color-link: #056cc1;
  --color-text: #1b1b1b;
}

Readme

Keywords

none

Package Sidebar

Install

npm i slides-base-css

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

3.06 kB

Total Files

5

Last publish

Collaborators

  • fknussel