forked from NHSDigital/rap-community-of-practice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
extra.css
97 lines (81 loc) · 1.4 KB
/
extra.css
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
92
93
94
95
96
97
:root>* {
--md-primary-fg-color: #005eb8;
--md-default-bg-color: #f8f8f8;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
background-color: #f8f8f8;
line-height: 1.5;
margin: 0;
min-height: 100%;
color: black;
--md-footer-bg-color: #f8f8f8;
--md-footer-fg-color: black;
--md-footer-fg-color--light: black;
}
.md-typeset h1 {
color: black;
font-size: 2em;
line-height: 1.3;
margin: 0 0 1.25em;
}
.md-footer {
background-color: #f6f8f8 !important;
}
.md-copyright {
color: black;
}
.md-logo-nhs {
height: 80px;
}
.md-header__button.md-logo-nhs :is(img, svg) {
width: 85px !important;
height: auto !important;
}
code {
background: #e5f1fa !important;
}
.md-ellipsis {
font-weight: bold;
}
.footer {
display: flex;
padding: 30px 30px 20px 30px;
color: #2f2f2f;
background-color: #f6f8f8;
border-top: 3px solid #005eb8;
}
.footer>* {
flex: 1 100%;
}
.footer a {
color: #005eb8;
}
.footer_left p {
font-size: 15px;
font-weight: 400;
margin: 1vh;
}
.legal {
color: #999;
font-size: 14px;
justify-content: right;
text-align: right;
align-items: right;
}
@media screen and (min-width: 24.375em) {
.legal .legal__links {
margin-left: auto;
}
}
table {
background-color: white !important;
}
:target:before {
content: "";
display: block;
height: 40px;
margin: -40px 0 0;
}
html {
scroll-behavior: smooth;
}