-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme-dark.scss
More file actions
30 lines (24 loc) · 779 Bytes
/
Copy paththeme-dark.scss
File metadata and controls
30 lines (24 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*-- scss:defaults --*/
// Base document colors
$body-bg: #022525; // Slightly darker background for better contrast
$body-color: #FFFFFF; // Lighter text color for better readability
$link-color: #1E90FF; // Bright blue for links
$navbar-bg: #023020; //navbar // quarKeeping nav-bar consistent
$footer-bg: #023020; // Keeping footer consistent
$footer-color: #FFFFFF; // Light text color for footer
// Code blocks
$code-block-bg-alpha: -.8; // Semi-transparent dark background for code blocks
/*-- scss:rules --*/
h1, h2, h3 {
letter-spacing: 5px;
font-weight: 700;
color: #FFFFFF; // Pure white for headers
}
.title {
color: #FFFFFF; //
}
.custom-subtitle {
font-size: 22px;
font-style: italic;
color: #1E90FF; // Consistent bright blue for subtitles
}