We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4052e27 + 8162a61 commit 1297f15Copy full SHA for 1297f15
assets/css/main.css
@@ -274,7 +274,8 @@ background-attachment: fixed !important;
274
position: absolute;
275
right: 10%;
276
top: -15px;
277
- border: 5px solid white;
+ border: 5px solid #00548d;
278
+ background-color:#00548d;
279
padding: 10px;
280
border-radius: 50%;
281
transform: scale(.8);
@@ -323,4 +324,9 @@ background-attachment: fixed !important;
323
324
.pMd
325
{
326
margin-top: 10%;
327
+}
328
+.cross
329
+{
330
+ background-color: #75dddc;
331
+ border-color: #75dddc;
332
}
0 commit comments