Skip to content

Commit e8b089b

Browse files
authored
Merge pull request #1703 from steam-bell-92/main
Feat(UI): complete website redesign and UX overhaul
2 parents 4ef9f33 + 5d8e954 commit e8b089b

13 files changed

Lines changed: 543 additions & 655 deletions

File tree

Website/404.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
}
139139

140140
.back {
141-
background-color: #251a8b;
141+
background-color: #666;
142142
border-radius: 39px;
143143
border: none;
144144
padding: 10px;
@@ -149,11 +149,11 @@
149149
}
150150

151151
.back:hover {
152-
background-color: #2951c8;
152+
background-color: #888;
153153
}
154154

155155
.back:active {
156-
background-color: #251a8b;
156+
background-color: #666;
157157
}
158158

159159
.close-btn {

0 commit comments

Comments
 (0)