This repository has been archived on 2022-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
frontend-styles/README.md

23 lines
960 B
Markdown
Raw Normal View History

2022-02-15 22:38:05 +01:00
#🖌️ LibreGaming Frontend Styles
2022-02-15 22:38:05 +01:00
This project contains code and styles useful for those wanting to copy the look and feel of LibreGaming. This serves to bring consistency across LibreGaming services and avoid repeating work.
2022-02-15 22:38:05 +01:00
## Download Stylesheet
Web files are provided in `public` folder. Point your Web Browser [here](https://git.libregaming.org/LibreGaming/frontend-styles) press the **Download** button at the top.
2022-02-15 22:38:05 +01:00
For those wanting layout and styles, add `style.min.css` inside your HTML. Extra functionality, such as dropdown menus, is enabled by also with `scripts.js`.
Once done, you can begin using the style definitions within HTML elements. For example, `text-lightblue` renders text with LibreGaming's blue branding colours.
### Assets
Assets such as logos are available inside `src/assets`.
## Development
You will need Node.js installed if you want to develop the project's code.
```
npm run build
```
2022-02-15 22:38:05 +01:00
to bundle your application.