style improvement

This commit is contained in:
Joshua Seigler 2022-10-10 15:24:07 -04:00
parent 17ec89d886
commit 9d42cbf352
No known key found for this signature in database
5 changed files with 646 additions and 53 deletions

View file

@ -3,13 +3,7 @@
<head>
<meta charset="utf-8" />
<title>React State Management</title>
<link rel="stylesheet" href="npm:simpledotcss/simple.min.css" />
<style>
a.isActive {
background-color: var(--accent);
color: var(--bg) !important;
}
</style>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<div id="app"></div>