2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-21 18:53:20 +00:00

Updated Creating a new theme (markdown)

n1474335
2017-08-10 11:57:24 +01:00
parent d9be38a53d
commit c32c1b12d4

@@ -16,5 +16,11 @@ It's very easy to add a new theme, there are just a few simple steps:
:root.mytheme {
```
5. Change the values of the CSS properties to modify the theme to your taste.
6. [Submit a pull request!](https://github.com/gchq/CyberChef/wiki/Contributing)
5. Add an import for your theme in `src/web/stylesheets/index.css`.
```css
@import "./themes/mytheme.css";
```
6. Change the values of the CSS properties to modify the theme to your taste.
7. [Submit a pull request!](https://github.com/gchq/CyberChef/wiki/Contributing)