Skip to content

Commit

Permalink
minor CSS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Feb 14, 2024
1 parent 1e86a86 commit ae8c5b4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
5 changes: 2 additions & 3 deletions public/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import "./dark.css";
@import "./light.css";

Expand Down Expand Up @@ -72,7 +71,7 @@
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: "DM Sans", sans-serif;
--bs-body-font-family: Arial, sans-serif;
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
Expand Down Expand Up @@ -346,7 +345,7 @@ a:hover {

.navbar-brand, .navbar-brand:hover, .navbar-brand:active, .navbar-brand:focus {
color: var(--bs-primary);
font-family: "Fredoka One", Arial, sans-serif;
font-family: Arial, sans-serif;
}

.navbar-dark .navbar-nav .nav-link:hover {
Expand Down
22 changes: 21 additions & 1 deletion public/css/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: "DM Sans", sans-serif;
--bs-body-font-family: Arial, sans-serif;
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
Expand Down Expand Up @@ -128,3 +128,23 @@
[data-bs-theme=light] .bg-mode {
background-color: var(--bs-mode) !important;
}

[data-bs-theme=light] p.card-subtitle.mb-2.text-muted a {
color: #555;
}

[data-bs-theme=light] p.card-subtitle.mb-2.text-muted span a {
font-weight: normal;
}

[data-bs-theme=light] .col-10.col-md-11 p a {
font-weight: 500;
}

[data-bs-theme=light] p.card-subtitle.mb-2.text-muted a:hover {
color: var(--bs-primary);
}

[data-bs-theme=light] div.card.m-2.bg-light {
border: 1px ridge white;
}

0 comments on commit ae8c5b4

Please sign in to comment.