Skip to content

Commit 5402d07

Browse files
authored
Update styles.css play button color
1 parent 0a9ae78 commit 5402d07

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

assets/css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ input[type='checkbox'] {
11261126
width: 4.75rem;
11271127
height: 4.75rem;
11281128
border-radius: 50%;
1129-
background: #4eaaff;
1129+
background: #fff;
11301130
animation: pulse-border 1500ms ease-out infinite;
11311131
-webkit-transform: translateX(-50%) translateY(-50%);
11321132
-ms-transform: translateX(-50%) translateY(-50%);
@@ -1143,7 +1143,7 @@ input[type='checkbox'] {
11431143
width: 4.375rem;
11441144
height: 4.375rem;
11451145
border-radius: 50%;
1146-
background: #4eaaff;
1146+
background: #fff;
11471147
transition: all 200ms;
11481148
-webkit-transform: translateX(-50%) translateY(-50%);
11491149
-ms-transform: translateX(-50%) translateY(-50%);
@@ -1158,7 +1158,7 @@ input[type='checkbox'] {
11581158
left: 0.25rem;
11591159
width: 0;
11601160
height: 0;
1161-
border-left: 1.625rem solid #fff;
1161+
border-left: 1.625rem solid #00c9db;
11621162
border-top: 1rem solid transparent;
11631163
border-bottom: 1rem solid transparent;
11641164
}

0 commit comments

Comments
 (0)