|
1 | 1 | body { |
2 | | - background-color: #86469C; |
| 2 | + background-color: #fad2e1; |
3 | 3 | margin: 0%; |
4 | 4 | padding: 0%; |
5 | 5 | height: 100vh; |
6 | 6 | text-align: center; |
7 | 7 | transition: background-color 0.5s ease, color 0.5s ease; |
8 | | - color: black; |
| 8 | + color: #fff; |
9 | 9 | } |
10 | 10 |
|
11 | 11 | .dark { |
12 | | - background-color: #0B2545; |
| 12 | + background-color: #fff; |
13 | 13 | } |
14 | 14 |
|
15 | 15 | .dark #header { |
16 | | - background-color: #8DA9C4; |
| 16 | + background-color: #b4cded; |
| 17 | + color: black; |
17 | 18 | } |
18 | 19 |
|
19 | | -.dark #box { |
| 20 | +/* .dark #box { |
20 | 21 | background-color: #EEF4ED; |
21 | | -} |
| 22 | +} */ |
22 | 23 |
|
23 | 24 | .dark .sbox { |
24 | | - background-color: #134074; |
25 | | - box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5); |
| 25 | + background-color: #b4cded; |
| 26 | + color: black; |
| 27 | + /* box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5); */ |
26 | 28 | } |
27 | 29 | .dark #rb{ |
28 | 30 | background-color: #134074; |
29 | | - box-shadow: 0 0 1rem rgba(255, 255, 255, 0.5); |
| 31 | + color: #fff; |
| 32 | + font-weight: 600; |
| 33 | + border-radius: 3px; |
30 | 34 | } |
31 | 35 | .dark #msg{ |
32 | | - color: azure; |
| 36 | + color: black; |
33 | 37 | } |
34 | 38 |
|
35 | 39 | #c_btw { |
|
53 | 57 | } |
54 | 58 |
|
55 | 59 | #header { |
56 | | - background-color: #BC7FCD; |
| 60 | + background-color: #240046; |
| 61 | + color: #fff; |
57 | 62 | display: flex; |
58 | 63 | justify-content: space-between; |
59 | 64 | align-items: center; |
|
68 | 73 |
|
69 | 74 | #con { |
70 | 75 | margin: 1rem auto; |
71 | | - height: 70vh; |
| 76 | + height: 65vh; |
72 | 77 | width: 70vh; |
73 | 78 | display: flex; |
74 | 79 | justify-content: center; |
75 | 80 | align-items: center; |
76 | 81 | } |
77 | 82 |
|
78 | 83 | #box { |
79 | | - background-color: #FFCDEA; |
80 | 84 | height: 60vmin; |
81 | 85 | width: 60vmin; |
82 | 86 | display: flex; |
|
87 | 91 | } |
88 | 92 |
|
89 | 93 | .sbox { |
90 | | - background-color: #FB9AD1; |
| 94 | + background-color: #240046; |
| 95 | + color: #fff; |
91 | 96 | font-size: 8vmin; |
92 | 97 | height: 16vmin; |
93 | 98 | width: 16vmin; |
94 | 99 | border-radius: 1rem; |
95 | 100 | border: 0; |
96 | | - box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5); |
97 | | - color: black; |
| 101 | + box-shadow: 0 0 1rem rgba(168, 161, 161, 0.637); |
98 | 102 | } |
99 | 103 |
|
100 | 104 | #rb { |
101 | | - background-color: #FB9AD1; |
| 105 | + background-color: #832161; |
| 106 | + color: azure; |
| 107 | + font-weight: 600; |
102 | 108 | padding: 1rem; |
103 | | - font-size: 1.5vmin; |
104 | | - border-radius: 1rem; |
| 109 | + font-size: 2vmin; |
| 110 | + border-radius: 3px; |
105 | 111 | border: 0; |
106 | | - box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5); |
107 | 112 | } |
108 | 113 |
|
109 | 114 | #msg { |
|
115 | 120 | display: flex; |
116 | 121 | justify-content: center; |
117 | 122 | align-items: center; |
| 123 | + margin-top: 2rem; |
118 | 124 | } |
119 | 125 |
|
120 | 126 | .hide { |
|
0 commit comments