Open robex2005 opened 1 year ago
Do you have dark.css
located in dist
directory?
Yes
root@HomeLab:/usr/lib/node_modules/cloudcmd/dist# ls -l
total 1256
-rw-r--r-- 1 root root 10757 Oct 30 16:27 cloudcmd.common.css
-rw-r--r-- 1 root root 146213 Oct 30 16:27 cloudcmd.common.js
-rw-r--r-- 1 root root 567046 Oct 30 16:27 cloudcmd.common.js.map
-rw-r--r-- 1 root root 376168 Oct 30 16:27 cloudcmd.css
-rw-r--r-- 1 root root 21519 Oct 30 16:27 cloudcmd.js
-rw-r--r-- 1 root root 90098 Oct 30 16:27 cloudcmd.js.map
drwxr-xr-x 2 root root 4096 Oct 30 16:27 columns
-rw-r--r-- 1 root root 1420 Oct 30 16:27 config.css
-rw-r--r-- 1 root root 3717 Oct 30 16:59 dark.css
-rw-r--r-- 1 root root 1826 Oct 31 14:16 index.html
drwxr-xr-x 2 root root 4096 Oct 30 16:27 modules
-rw-r--r-- 1 root root 152 Oct 30 16:27 nojs.css
-rw-r--r-- 1 root root 4561 Oct 30 16:27 sw.js
-rw-r--r-- 1 root root 19191 Oct 30 16:27 sw.js.map
-rw-r--r-- 1 root root 22 Oct 30 16:27 terminal.css
-rw-r--r-- 1 root root 347 Oct 30 16:27 user-menu.css
-rw-r--r-- 1 root root 242 Oct 30 16:27 view.css
It should be added as latest css file in html head, since it overrides default styles.
Can you point the location in the index.html where i need to insert the code (and please specify the code, also)
Thanks,
In head section of index.html
Hello,
Please help me apply/reference stylesheet in index.html Tried referencing the css as below, but the dark theme does not apply
Thanks,