diff options
| author | sD <stoned@derpymail.org> | 2020-04-01 22:08:46 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-01 22:08:46 +0200 |
| commit | 89d173388f1eb1f13ea5c41dbcc748d6fafd6e12 (patch) | |
| tree | bf7107d3498b8e0081d0e18a2197e55d76ab7831 /webAO/styles/chatbox/chatboxes.js | |
| parent | 7517de059724c15032b98e5cd461e7ca0a158778 (diff) | |
move the css for the boxes into seperate css files
Diffstat (limited to 'webAO/styles/chatbox/chatboxes.js')
| -rw-r--r-- | webAO/styles/chatbox/chatboxes.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/chatboxes.js b/webAO/styles/chatbox/chatboxes.js new file mode 100644 index 0000000..a146953 --- /dev/null +++ b/webAO/styles/chatbox/chatboxes.js @@ -0,0 +1,6 @@ +export default [ + "aa", + "chatdd", + "cyber", + "default" +];
\ No newline at end of file |
