Skip to content

Commit 500f45b

Browse files
committed
changing the style a bit
1 parent fca1a8f commit 500f45b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Binary file not shown.
Binary file not shown.

css/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ body {
110110
cursor: pointer;
111111
color: #eff3f6;
112112
background-color: #24292e;
113-
background-image: linear-gradient(-180deg, #eff3f6 0%, #24292e 90%);
113+
//background-image: linear-gradient(-180deg, #eff3f6 0%, #24292e 90%);
114114
}
115115

116116
.github-pinner #gp-container-profile > .gp-stats {
@@ -228,7 +228,7 @@ body {
228228
border: none;
229229
outline: none;
230230
background-image: none;
231-
background-color: white;
231+
background-color: #24292e;
232232
-webkit-box-shadow: none;
233233
-moz-box-shadow: none;
234234
box-shadow: none;
@@ -243,7 +243,7 @@ body {
243243
background-repeat: no-repeat;
244244
background-position: 12px center;
245245
background-blend-mode: red;
246-
color: white;
246+
color: #0366d6;
247247
}
248248

249249
.github-pinner .gp-search:focus {

0 commit comments

Comments
 (0)