Removed references to the old name

This commit is contained in:
spongycake 2022-02-15 21:38:05 +00:00
parent c38630846f
commit 11a8b6d547
1 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# 🚀 LibreGaming Design System!
#🖌️ LibreGaming Frontend Styles
This project contains code and styles useful for those wanting to copy the look and feel of LibreGaming. This serves to bring consistency to across LibreGaming service and avoid repeating work.
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.
## Run locally
Web files are provided in `public` folder, you can view them via a Web Browser. The files are ready, no need to setup a build environment.
## 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.
For those looking to copy beautiful layout and styles, include `style.css` inside your html files. Extra functionality, such as dropdown menus, is enabled by also including 'app.js' inside your html files.
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.
@ -19,4 +19,4 @@ You will need Node.js installed if you want to develop the project's code.
npm run build
```
to bundle your application
to bundle your application.