Skip to content
Snippets Groups Projects
Commit d91bd610 authored by Christopher Ruwisch's avatar Christopher Ruwisch
Browse files

adapted to review requests from k bistreck

parent 2fa2be8e
No related branches found
No related tags found
1 merge request!58[WEBPAGE] Update webpage appearance
Pipeline #1622378 waiting for manual action
......@@ -2,7 +2,7 @@
:root {
--primary-color: #00418b; /* Primary color for headers, hero section, and cards */
--background-color: #00418b; /* Background color for main content areas */
--text-color: var(--primary-color); /* Primary color is also text color for white scheme */
--text-color: #000; /* Primary color is also text color for white scheme */
--text-color-hero: #ecf1f8; /* Main text color for readability on hero section */
--text-color-tabs: #ecf1f8; /* Main text color for readability on tabs */
--button-bg-color: #ffffff; /* Background color for buttons */
......@@ -13,11 +13,12 @@
--bg-gradient-start-color: #00418b; /* Landing page start color for gradient */
--bg-gradient-intermediate-color: #1C5598; /* Landing page intermediate color for gradient */
--bg-gradient-end-color: #ffffff; /* Landing page final color for gradient */
--math-color: var(--text-color);
}
/* h1 header -> markdown # text color */
.md-typeset h1 {
color: var(--text-color);
color: var(--primary-color);
}
/* Header background and text color */
......@@ -51,7 +52,7 @@
}
/* KaTeX equations */
.katex, .katex-display {
.katex *, .katex-display {
color: var(--math-color) !important;
}
......@@ -160,7 +161,7 @@
/* Footer link styling */
.footer-link {
color: var(--text-color);
color: var(--primary-color);
text-decoration: none;
font-weight: bold;
font-size: 1.4em;
......
......@@ -78,7 +78,7 @@
align-items: center;
justify-content: center;
background: transparent;
gap: 8px
gap: 8px;
width: 100%;
height: 100%;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment