Skip to content
Snippets Groups Projects
Commit 31f3826b authored by Lilith Faust's avatar Lilith Faust
Browse files

Merge remote-tracking branch 'origin/master'

parents 5c46d94d 3cc3d605
Branches
No related merge requests found
......@@ -35,6 +35,7 @@ header {
align-items: center;
box-sizing: border-box;
color: #03355C;
cursor: pointer;
}
.nav-links li a {
......@@ -64,6 +65,7 @@ header {
margin-right: 30px;
color: #03355c;
font-size: 40px;
cursor: pointer;
}
.fa-circle-user:hover {
color: #03355c;
......@@ -84,6 +86,7 @@ header {
border: none;
border-radius: 50px;
margin-left: 10px;
cursor: pointer;
}
#login-button:hover {
......@@ -149,6 +152,7 @@ header {
color: #fff;
font-size: 45px;
margin-right: 20px;
cursor: pointer;
}
.social-icons a:hover {
......@@ -451,6 +455,7 @@ header {
.menu li {
margin-bottom: 15px;
cursor: pointer;
}
.menu a {
......@@ -458,6 +463,7 @@ header {
text-decoration: none;
color: #03355C;
font-size: 20px;
cursor: pointer;
}
/* Main Content */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment