From b008e940f69fc0894ebabf2189fbead3e8717ff9 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 22 Jan 2025 17:21:43 -0700 Subject: [PATCH] no theme for now --- examples/hnbrowser.css | 27 +++++++++++++++++++++++++++ theme.css | 27 --------------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 examples/hnbrowser.css diff --git a/examples/hnbrowser.css b/examples/hnbrowser.css new file mode 100644 index 00000000..b6ccbc21 --- /dev/null +++ b/examples/hnbrowser.css @@ -0,0 +1,27 @@ + +Button { + background: #f5c480; + border-width: 5; + border-color: #ebc39a; + border-radius: 10; + /* color: #000000; */ + box-shadow: none; +} + +Button:hover { + background: rgba(247, 211, 160, 0.728); + box-shadow: 5px 2px 4px rgba(47, 0, 75, 0.119); +} + +#story { + background: #f5c480; + border-width: 5; + border-color: rgba(95, 84, 0, 0.45); + border-radius: 10; + color: #ff0000; + height: 200; +} + +#main { + background: #141414; +} \ No newline at end of file diff --git a/theme.css b/theme.css index b6ccbc21..e69de29b 100644 --- a/theme.css +++ b/theme.css @@ -1,27 +0,0 @@ - -Button { - background: #f5c480; - border-width: 5; - border-color: #ebc39a; - border-radius: 10; - /* color: #000000; */ - box-shadow: none; -} - -Button:hover { - background: rgba(247, 211, 160, 0.728); - box-shadow: 5px 2px 4px rgba(47, 0, 75, 0.119); -} - -#story { - background: #f5c480; - border-width: 5; - border-color: rgba(95, 84, 0, 0.45); - border-radius: 10; - color: #ff0000; - height: 200; -} - -#main { - background: #141414; -} \ No newline at end of file