Skip to content

Commit 2238322

Browse files
committed
increase button contrast
1 parent 9f5a37b commit 2238322

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

public/css/404.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
body {
1111
padding: 0;
1212
margin: 0;
13-
background-color: #1E1E24;
13+
background-color: #1B1B1B;
1414
}
1515

1616
#notfound {
1717
position: relative;
1818
height: 100vh;
19-
background-color: #1E1E24;
19+
background-color: #1B1B1B;
2020
}
2121

2222
#notfound .notfound {

public/css/epoch.css

+9-5
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
font-style: normal;
55
}
66
.epoch-dark {
7-
background-color: #1E1E24;
8-
color: #1E1E24;
7+
background-color: #1B1B1B;
8+
color: #1B1B1B;
99
}
1010

1111
.epoch-child-dark {
12-
background-color: #1E1E24;
13-
color: #1E1E24;
12+
background-color: #1B1B1B;
13+
color: #1B1B1B;
1414
}
1515

1616
.epoch-light {
@@ -34,4 +34,8 @@
3434
justify-content: center;
3535
align-items: center;
3636
height: 100vh;
37-
}
37+
}
38+
39+
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
40+
background-color: #0053B3 !important;
41+
}

0 commit comments

Comments
 (0)