Skip to content
Permalink
Browse files
CHANGED TEXT COLOR
Black was mixed in with the backgorund.
  • Loading branch information
lingamr committed Dec 2, 2019
1 parent 12c6cc6 commit 601483593bfb7b5942b5ee3d3b49760e3759566a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
@@ -18,7 +18,7 @@ ul li {

a {
text-decoration: none;
color: black;
color: white;
}

header {
@@ -39,7 +39,7 @@ a {
margin: 18px 10px;
border: none;
cursor: pointer;
width: 50%;
width: 15%;
font-weight: bold;
font-size: 15px;
}
@@ -12,7 +12,11 @@ body {
padding: 1em;
}

h1{text-align: center;}
h1
{
text-align: center;
color: white;
}

form {
border: 3px solid #000000;
@@ -54,7 +58,7 @@ button {

button:hover {
opacity: 0.8;
background-color: black;
background-color: white;
}

.cancelbtn {
@@ -84,4 +88,5 @@ img.avatar {
.psw {
float: left;
padding-top: 16px;
color: white;
}

0 comments on commit 6014835

Please sign in to comment.