Skip to content

Commit 4ea9076

Browse files
committed
fixes mobile buttons color
1 parent 519ed78 commit 4ea9076

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

source/styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ body {
102102
width: 100%;
103103
padding: 16px 12px;
104104
font-size: 1.15rem;
105+
color: #000000;
105106
background: #f8f8f8;
106-
border: 2px solid #000000;
107+
border: 2px solid currentColor;
107108
cursor: pointer;
108109
font-family: inherit;
109110
appearance: none;
@@ -159,7 +160,7 @@ body {
159160
padding: 10px 32px;
160161
font-size: 1.2rem;
161162
background: #000080;
162-
color: white;
163+
color: #ffffff;
163164
border: 2px solid #000000;
164165
cursor: pointer;
165166
box-shadow: 3px 3px 0 #000000;

0 commit comments

Comments
 (0)