diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-09 21:03:50 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-09 21:03:50 +0100 |
commit | 1599b61d22810e250f471b3b561660205297e07c (patch) | |
tree | 74df4a9c5a5780e8f5203af4414e29b388cbea12 /src/frontend/style | |
download | jellything-1599b61d22810e250f471b3b561660205297e07c.tar jellything-1599b61d22810e250f471b3b561660205297e07c.tar.bz2 jellything-1599b61d22810e250f471b3b561660205297e07c.tar.zst |
thing
Diffstat (limited to 'src/frontend/style')
-rw-r--r-- | src/frontend/style/master.css | 0 | ||||
-rw-r--r-- | src/frontend/style/mod.rs | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/style/master.css b/src/frontend/style/master.css new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/frontend/style/master.css diff --git a/src/frontend/style/mod.rs b/src/frontend/style/mod.rs new file mode 100644 index 0000000..180fe0e --- /dev/null +++ b/src/frontend/style/mod.rs @@ -0,0 +1,2 @@ + +pub const CSS_BUNDLE: &'static str = include_str!("master.css"); |