coldkix commited on
Commit
1bffe0c
·
verified ·
1 Parent(s): 0c2f541

Can you give it a darker color scheme that is easy on the eyes - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +15 -15
index.html CHANGED
@@ -12,14 +12,14 @@
12
  theme: {
13
  extend: {
14
  colors: {
15
- parchment: '#f5f0e1',
16
- leather: '#8b4513',
17
- mystic: '#4a235a',
18
- dragon: '#c41e3a',
19
- forest: '#228b22',
20
  pink: {
21
- 600: '#db2777',
22
- 700: '#be185d',
23
  },
24
  },
25
  fontFamily: {
@@ -32,21 +32,21 @@
32
  </script>
33
  <style>
34
  body {
35
- background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%231e1e1e"/><path d="M0 0L100 100M100 0L0 100" stroke="%232a2a2a" stroke-width="1"/></svg>');
36
- color: #f5f0e1;
37
  }
38
 
39
  .parchment-bg {
40
- background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><rect width="200" height="200" fill="%23f5f0e1"/><path d="M0 0L200 200M200 0L0 200" stroke="%23e8e0c9" stroke-width="1"/></svg>');
41
  background-size: cover;
42
- color: #3c2a21;
43
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
44
  border: 2px solid #8b4513;
45
  }
46
 
47
  .leather-border {
48
  border: 8px solid transparent;
49
- border-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%238b4513"/><path d="M0 0L100 100M100 0L0 100" stroke="%235d3a12" stroke-width="2"/></svg>') 30 stretch;
50
  }
51
 
52
  .scroll-effect {
@@ -61,7 +61,7 @@
61
  left: -100%;
62
  width: 50%;
63
  height: 100%;
64
- background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
65
  animation: scrollEffect 3s infinite;
66
  }
67
 
@@ -188,7 +188,7 @@
188
  </div>
189
 
190
  <!-- Header -->
191
- <header class="bg-black bg-opacity-80 py-4 px-6 border-b-4 border-dragon">
192
  <div class="container mx-auto flex flex-col md:flex-row justify-between items-center">
193
  <div class="flex items-center mb-4 md:mb-0">
194
  <div class="bg-gray-800 border-2 border-dragon rounded-full w-16 h-16 flex items-center justify-center mr-4">
@@ -375,7 +375,7 @@
375
  </main>
376
 
377
  <!-- Footer -->
378
- <footer class="bg-black bg-opacity-80 py-4 px-6 border-t-4 border-mystic">
379
  <div class="container mx-auto text-center">
380
  <p class="text-gray-400">Fantasy Quest - AI-Powered DnD Platform | Craft your legend</p>
381
  <div class="flex justify-center space-x-4 mt-2">
 
12
  theme: {
13
  extend: {
14
  colors: {
15
+ parchment: '#1a1a1a',
16
+ leather: '#3a2a1a',
17
+ mystic: '#2a1a3a',
18
+ dragon: '#9a1a2a',
19
+ forest: '#1a5a1a',
20
  pink: {
21
+ 600: '#7a1a4a',
22
+ 700: '#5a1a3a',
23
  },
24
  },
25
  fontFamily: {
 
32
  </script>
33
  <style>
34
  body {
35
+ background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23101010"/><path d="M0 0L100 100M100 0L0 100" stroke="%23151515" stroke-width="1"/></svg>');
36
+ color: #d0d0d0;
37
  }
38
 
39
  .parchment-bg {
40
+ background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><rect width="200" height="200" fill="%231a1a1a"/><path d="M0 0L200 200M200 0L0 200" stroke="%23222222" stroke-width="1"/></svg>');
41
  background-size: cover;
42
+ color: #d0d0d0;
43
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
44
  border: 2px solid #8b4513;
45
  }
46
 
47
  .leather-border {
48
  border: 8px solid transparent;
49
+ border-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%233a2a1a"/><path d="M0 0L100 100M100 0L0 100" stroke="%232a1a0a" stroke-width="2"/></svg>') 30 stretch;
50
  }
51
 
52
  .scroll-effect {
 
61
  left: -100%;
62
  width: 50%;
63
  height: 100%;
64
+ background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
65
  animation: scrollEffect 3s infinite;
66
  }
67
 
 
188
  </div>
189
 
190
  <!-- Header -->
191
+ <header class="bg-black bg-opacity-90 py-4 px-6 border-b-4 border-dragon">
192
  <div class="container mx-auto flex flex-col md:flex-row justify-between items-center">
193
  <div class="flex items-center mb-4 md:mb-0">
194
  <div class="bg-gray-800 border-2 border-dragon rounded-full w-16 h-16 flex items-center justify-center mr-4">
 
375
  </main>
376
 
377
  <!-- Footer -->
378
+ <footer class="bg-black bg-opacity-90 py-4 px-6 border-t-4 border-mystic">
379
  <div class="container mx-auto text-center">
380
  <p class="text-gray-400">Fantasy Quest - AI-Powered DnD Platform | Craft your legend</p>
381
  <div class="flex justify-center space-x-4 mt-2">