Skip to content

Commit d0d2a89

Browse files
committed
Changed Color Palate
1 parent 0d11692 commit d0d2a89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/resources/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<style>
1111
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&family=Rubik&display=swap');
1212
body {
13-
background-color: #3d5a80;
13+
background-color: #13132a;
1414
}
1515
.main {
1616
width: 100vw;
@@ -20,11 +20,11 @@
2020
align-items: center;
2121
}
2222
.container {
23-
background-color: #293241;
23+
background-color: #1D1D42;
2424
width: 20vw;
2525
padding: 20px;
2626
border-radius: 10px;
27-
box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.5);
27+
box-shadow: 8px 8px 10px 2px rgba(12, 12, 12, 0.3);
2828
text-align: center;
2929
}
3030
* {
@@ -42,7 +42,7 @@
4242
border-radius: 5px;
4343
color: white;
4444
font-weight: bold;
45-
background-color: #ee6c4d;
45+
background-color: #4E2ECF;
4646
margin: 10px;
4747
}
4848
.button-area {
@@ -51,7 +51,7 @@
5151
justify-content: space-between;
5252
}
5353
a {
54-
color: #98c1d9;
54+
color: #6FCF97;
5555
text-decoration: none;
5656
}
5757
</style>
@@ -69,7 +69,7 @@ <h1>Hello Developer!</h1>
6969
<br>
7070
<a href="http://localhost:8080/fruits?key=Usw98ayVeR" target="_blank">Link to the Fruit List</a>
7171
<br><br>
72-
<a style="color: white; text-decoration: underline" href="https://jakkoble.de" target="_blank">by Jakkoble</a>
72+
<a style="color: white;" href="https://jakkoble.de" target="_blank">by Jakkoble</a>
7373
</div>
7474
</div>
7575
<script>

0 commit comments

Comments
 (0)