Skip to content

Commit

Permalink
new colors that need to be everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubiidev-18 authored Feb 6, 2024
1 parent 22ce90f commit 6fc6279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/About Us.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
margin: 0; padding: 0;
}
header {
background-color: rgb(161, 12, 180);
background-color: rgb(8, 74, 132);
color: white;
text-align: center;
padding: 20px 0;
padding: 1212px 0;
}
main {
max-width: 600px;
margin: auto;
}
@media (prefers-color-scheme: dark) {
body { background: #111; color: #eee; }
a { color: rgb(130, 5, 214); }
a { color: rgb(25, 69, 102); }
}
</style>
</head>
Expand Down

0 comments on commit 6fc6279

Please sign in to comment.