Skip to content

Commit

Permalink
Hyperlink colors again
Browse files Browse the repository at this point in the history
  • Loading branch information
tay committed Oct 2, 2024
1 parent bd9c0d9 commit 2b7153e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<div class="container">
<div
style="
background: #ed9458;
background: #FC4C02;
border-radius: 25px;
font-size: 20px;
width: 650px;
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/home.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ define "main" }}
<main>
<div class="about">
<div style="background: #ed9458; border-radius: 25px;
<div style="background: #FC4C02; border-radius: 25px;
font-size: 20px;
padding: 10px;
border: 1px solid #FFFFFF;
Expand Down
2 changes: 1 addition & 1 deletion public/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ <h1>Hiya, Call me Tee!</h1>
<div class="container">
<div
style="
background: #ed9458;
background: #FC4C02;
border-radius: 25px;
font-size: 20px;
width: 650px;
Expand Down
6 changes: 3 additions & 3 deletions public/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,15 @@ ul.navbar-nav {
}

a:link {
color: #992e00ad;
color: #661f00ad;
}

a:visited {
color: #992e00ad;
color: #661f00ad;
}

a:hover {
color: #b94412ad;
color: rgba(77, 23, 0, 0.678);
}

/* Doctor Who List? */
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

<main>
<div class="about">
<div style="background: #ed9458; border-radius: 25px;
<div style="background: #FC4C02; border-radius: 25px;
font-size: 20px;
padding: 10px;
border: 1px solid #FFFFFF;
Expand Down Expand Up @@ -103,7 +103,7 @@
<div class="container">
<div
style="
background: #ed9458;
background: #FC4C02;
border-radius: 25px;
font-size: 20px;
width: 650px;
Expand Down
6 changes: 3 additions & 3 deletions static/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,15 @@ ul.navbar-nav {
}

a:link {
color: #992e00ad;
color: #661f00ad;
}

a:visited {
color: #992e00ad;
color: #661f00ad;
}

a:hover {
color: #b94412ad;
color: rgba(77, 23, 0, 0.678);
}

/* Doctor Who List? */
Expand Down

0 comments on commit 2b7153e

Please sign in to comment.