-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprd-styles.css
More file actions
91 lines (77 loc) · 1.19 KB
/
Copy pathprd-styles.css
File metadata and controls
91 lines (77 loc) · 1.19 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h1 {
color: #2563eb;
border-bottom: 2px solid #2563eb;
padding-bottom: 10px;
}
h2 {
color: #1e40af;
margin-top: 30px;
}
h3 {
color: #3b82f6;
margin-top: 25px;
}
h4 {
color: #60a5fa;
margin-top: 20px;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
}
th,
td {
border: 1px solid #ddd;
padding: 8px 12px;
text-align: left;
}
th {
background-color: #f8fafc;
}
code {
background-color: #f1f5f9;
padding: 2px 4px;
border-radius: 4px;
font-family: "Courier New", Courier, monospace;
}
pre {
background-color: #f1f5f9;
padding: 15px;
border-radius: 4px;
overflow-x: auto;
}
blockquote {
border-left: 4px solid #3b82f6;
padding-left: 15px;
margin-left: 0;
color: #64748b;
}
hr {
border: 0;
height: 1px;
background-color: #e2e8f0;
margin: 30px 0;
}
.appendix {
background-color: #f8fafc;
padding: 15px;
border-radius: 4px;
margin-top: 40px;
}
.status-complete {
color: #16a34a;
font-weight: bold;
}
.status-planned {
color: #ea580c;
font-weight: bold;
}