Skip to content

Commit

Permalink
Unify background color across website
Browse files Browse the repository at this point in the history
  • Loading branch information
jeantessier committed Jan 30, 2025
1 parent be13d36 commit d0970e3
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion AvsI.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</script>
</head>

<body bgcolor="#ffffff">
<body class="off-white">

<h2>A vs. I Graphs</h2>

Expand Down
2 changes: 1 addition & 1 deletion Components.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Dependency Finder - Components</title>
</head>

<body>
<body class="off-white">

<h2>Components</h2>

Expand Down
2 changes: 1 addition & 1 deletion Menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Dependency Finder - Menu</title>
</head>

<body>
<body class="off-white">

<table>

Expand Down
2 changes: 1 addition & 1 deletion ReleasePlan.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</script>
</head>

<body>
<body class="off-white">

<h2>Release Plan</h2>

Expand Down
2 changes: 1 addition & 1 deletion Resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</script>
</head>

<body>
<body class="off-white">

<h2>Resources</h2>

Expand Down
2 changes: 1 addition & 1 deletion Screenshots.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</script>
</head>

<body>
<body class="off-white">

<h2>Screenshots</h2>

Expand Down
10 changes: 2 additions & 8 deletions Title.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@
<title>Dependency Finder - Title</title>
</head>

<body>
<body class="off-white">

<table width="100%" border="0">
<tr>
<td>
<font size="+3"><b>Dependency Finder</b></font>
</td>
</tr>
</table>
<span class="title">Dependency Finder</span>

</body>

Expand Down
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,13 @@ a:hover {
code {
color: green;
}

.off-white {
background-color: #fffff8;
}

.title {
font-size: xx-large;
font-weight: bold;
margin-left: 1rem;
}
4 changes: 3 additions & 1 deletion tasks/Menu.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<html>
<!doctype html>

<html lang="en">

<head>
<meta http-equiv="Content-Language" content="en-us">
Expand Down

0 comments on commit d0970e3

Please sign in to comment.