Commit: Colour.

This commit is contained in:
clive
2024-12-07 22:53:19 +11:00
parent e0d938acfd
commit a2944786ee
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
</head> </head>
<body> <body>
<header> <header>
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-navy border-bottom box-shadow fixed-top mb-3"> <nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow fixed-top mb-3">
<div class="container"> <div class="container">
<a class="navbar-brand" asp-area="" asp-controller="Home" asp-action="Index">CLIVE LANCASTER</a> <a class="navbar-brand" asp-area="" asp-controller="Home" asp-action="Index">CLIVE LANCASTER</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent" <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent"

View File

@@ -30,7 +30,7 @@
z-index: -1; z-index: -1;
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: light) {
: root { : root {
--current-background: var(--dark-background); --current-background: var(--dark-background);
--current-foreground: var(--dark-foregeound); --current-foreground: var(--dark-foregeound);
@@ -46,7 +46,7 @@ html {
font-size: 14px; font-size: 14px;
} }
.bg-navy { .bg-white {
background-color: #ffffff; background-color: #ffffff;
} }