Skip to content

Commit 2644d38

Browse files
committed
πŸ” Optimize CSS Mobile πŸ“±
1 parent c1cc608 commit 2644d38

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

β€Žcss/default.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}
2222
body {
2323
font-family: 'Lato', Calibri, Arial, sans-serif;
2424
color: #89867e;
25-
background: rgba(75,80,86,1);
25+
background: #656a6f !important;
26+
}
27+
28+
header{
29+
background:#ffffff;
2630
}
2731

2832
a {
@@ -151,11 +155,11 @@ a:active {
151155
}
152156

153157
.color-1 {
154-
background: rgba(75,80,86,0.85);
158+
background: #656a6f;
155159
}
156160

157161
.color-2 {
158-
background: rgba(75,80,86,1);
162+
background: #4b5056;
159163
}
160164

161165
.color-3 {
@@ -525,4 +529,8 @@ input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-i
525529

526530
input[type="number"] {
527531
-moz-appearance: textfield;
532+
}
533+
534+
.ribbon img{
535+
z-index:5;
528536
}

0 commit comments

Comments
Β (0)