Skip to content

Commit

Permalink
Added colour
Browse files Browse the repository at this point in the history
Just a splash... handwritten text and upon hovering in nav bar and socials.
  • Loading branch information
joannaflorence97 committed Feb 27, 2024
1 parent 3879355 commit 35a27f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion static/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
www.joannaflorencemakes.com
www.joannaflorencemakes.co.uk
8 changes: 4 additions & 4 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ p {
}

#header .logo a {
color: #898989;
color: #5203fc;
}

#header .logo img {
Expand Down Expand Up @@ -261,7 +261,7 @@ p {
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
color: #b8a07e;
color: #5203fc;
}

.navbar .dropdown ul {
Expand Down Expand Up @@ -1094,7 +1094,7 @@ blockquote {
}

#footer .socials-media ul li a:hover {
color: #b8a07e;
color: #5203fc;
transition: all 0.5s ease-in-out 0s;
}

Expand Down Expand Up @@ -1517,7 +1517,7 @@ span.contact-large {
font-family: "Dancing Script", sans-serif;
font-style: italic;
font-size: 2.5em;
color: #b7a17e;
color: #5203fc;
}

.img-header {
Expand Down

0 comments on commit 35a27f7

Please sign in to comment.