Further styling work

This commit is contained in:
Robyn Drake 2023-04-29 05:35:20 -05:00
parent 73676594d9
commit 2cf0a03f40
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>About Robyn Drake</title>
<link rel="stylesheet" href="src/index.css" />
</head>
<body>

View File

@ -1,4 +1,4 @@
body {
background-color: #a6704e;
color: white;
color: darkblue;
}