Update comments.
This commit is contained in:
parent
9e6dc010e2
commit
0a1d3a92a6
12
custom.css
12
custom.css
@ -1,6 +1,6 @@
|
|||||||
/* Base styles */
|
/* Base styles */
|
||||||
body {
|
body {
|
||||||
background-color: #f2f2f2; /* Tertiary color */
|
background-color: #ffffff; /* Recreation & Environment Tertiary Color */
|
||||||
color: #233f28; /* Primary color */
|
color: #233f28; /* Primary color */
|
||||||
font-family: 'Arial', sans-serif;
|
font-family: 'Arial', sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@ -9,22 +9,22 @@ body {
|
|||||||
|
|
||||||
/* Header Styles */
|
/* Header Styles */
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
color: #233f28; /* Primary color for all headers */
|
color: #233f28; /* Recreation & Environment Primary Color */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a {
|
||||||
color: #7e9084; /* Secondary color for links */
|
color: #004dd1; /* Web-Specific New York State Color Palette for links */
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #face00; /* Accent color for links on hover */
|
color: #face00; /* Recreation & Environment Accent Color */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Code Chunks */
|
/* Code Chunks */
|
||||||
code, pre {
|
code, pre {
|
||||||
background-color: #233f28; /* Primary color for code background */
|
background-color: #f2f2f2; /* Gray95 for code background */
|
||||||
color: #d9e1dd; /* Tertiary color for code text */
|
color: #233f28; /* Recreation & Environment Primary Color for code text */
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user