This website requires JavaScript.
Explore
Help
Register
Sign In
phundrak
/
nord-for-org
Archived
Watch
1
Star
0
Fork
0
You've already forked nord-for-org
Code
Issues
1
Pull Requests
Releases
4
Activity
This repository has been archived on
2023-07-22
. You can view files and clone it, but cannot push or open issues or pull requests.
9632b008ac
nord-for-org
/
.gitignore
10 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit, added all backend files
2020-05-05 12:49:26 +00:00
*.css
*.map
Better backend launching
2020-05-05 13:10:55 +00:00
/.dart_tool/
/.packages
/pubspec.lock
/.sass-cache/
Added build directory to gitignore
2020-05-10 09:58:51 +00:00
/build/
Fix #1 Also make website more mobile-friendly for smaller devices. And ignore temporary scssc files from cache SCSS compiling.
2020-07-26 22:18:42 +00:00
*.scssc
[Style] Add Nord theme, break up SCSS code This commit adds the Nord theme into the list of available themes. The Nord theme is now the default theme for dark-based systems. Theme buttons now have their own class to make it easier to change them without too much work. The `style.scss' file has been split up in three different files: - main.scss, the new file to load from the HTML page, imports the two other files - themes.scss, containing all the theming of the websites - style.scss, containing the rest All websites loading the theme will now need to load it from `main.scss' instead of `style.scss', likewise with the `.css' extension
2020-08-28 20:19:42 +00:00
/Book.html
Reference in New Issue
Copy Permalink