|
20 | 20 | body { |
21 | 21 | margin: 1em; |
22 | 22 | min-height: 100vh; |
23 | | - background:#190200; |
| 23 | + background:#160301; |
24 | 24 | background-attachment: fixed; |
25 | 25 | background-position: center; |
26 | 26 | } |
@@ -102,9 +102,10 @@ h4 { |
102 | 102 | border-radius: 10px; |
103 | 103 | padding: 0.75rem; |
104 | 104 | text-align: center; |
| 105 | + border:1px solid #ff691d; |
105 | 106 | cursor: pointer; |
106 | 107 | box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.25); |
107 | | - background-color: #fff; |
| 108 | + background:transparent; |
108 | 109 | } |
109 | 110 |
|
110 | 111 | .branch-card > div { |
@@ -142,35 +143,35 @@ h4 { |
142 | 143 | } |
143 | 144 |
|
144 | 145 | .color-content { |
145 | | - color: #81b77d !important; |
| 146 | + color: #fff !important; |
146 | 147 | } |
147 | 148 |
|
148 | 149 | .color-content-dark { |
149 | | - color: #00BE7A !important; |
| 150 | + color: #fff !important; |
150 | 151 | } |
151 | 152 |
|
152 | 153 | .color-programming { |
153 | | - color: #78c8f4 !important; |
| 154 | + color: #fff !important; |
154 | 155 | } |
155 | 156 |
|
156 | 157 | .color-programming-dark { |
157 | | - color: #4D9ED5 !important; |
| 158 | + color: #fff !important; |
158 | 159 | } |
159 | 160 |
|
160 | 161 | .color-designer { |
161 | | - color: #f7c778 !important; |
| 162 | + color: #fff !important; |
162 | 163 | } |
163 | 164 |
|
164 | 165 | .color-designer-dark { |
165 | | - color: #FCBE4F !important; |
| 166 | + color: #fff !important; |
166 | 167 | } |
167 | 168 |
|
168 | 169 | .color-marketing { |
169 | | - color: #f797aa !important; |
| 170 | + color: #fff !important; |
170 | 171 | } |
171 | 172 |
|
172 | 173 | .color-marketing-dark { |
173 | | - color: #FA5C87 !important; |
| 174 | + color: #fff !important; |
174 | 175 | } |
175 | 176 |
|
176 | 177 | .color-purple { |
|
0 commit comments