Commit
This commit is contained in:
+3
-4
@@ -75,7 +75,7 @@ h2 {
|
||||
-webkit-text-stroke-width: 1px;
|
||||
-webkit-text-stroke-color: black;
|
||||
|
||||
opacity: 0.8;
|
||||
opacity: 1;
|
||||
align-content: space-around;
|
||||
left: 40%;
|
||||
position: relative;
|
||||
@@ -122,7 +122,6 @@ h2 {
|
||||
position: relative;
|
||||
top: 10%; /* 25% from the top */
|
||||
width: 100%; /* 100% width */
|
||||
|
||||
align-content: center; /* Centered text/links */
|
||||
margin-top: 20 px; /* 30px top margin to avoid conflict with the close button on smaller screens */
|
||||
}
|
||||
@@ -132,7 +131,7 @@ h2 {
|
||||
padding: 8px;
|
||||
text-decoration: none;
|
||||
font-size: 3vmax;
|
||||
color: #818181;
|
||||
color: #ffffff;
|
||||
display: inline-flex; /* Display block instead of inline */
|
||||
transition: 0.3s; /* Transition effects on hover (color) */
|
||||
}
|
||||
@@ -140,7 +139,7 @@ h2 {
|
||||
/* When you mouse over the navigation links, change their color */
|
||||
.overlay a:hover,
|
||||
.overlay a:focus {
|
||||
color: #f1f1f1;
|
||||
color: thistle;
|
||||
}
|
||||
|
||||
/* Position the close button (top right corner) */
|
||||
|
||||
Reference in New Issue
Block a user