-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (36 loc) · 765 Bytes
/
Copy pathstyle.css
File metadata and controls
42 lines (36 loc) · 765 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
31
32
33
34
35
36
37
38
39
40
41
42
body {
/* background-image:
linear-gradient( 180deg, rgba(var(--bs-body-bg-rgb), 0.01), rgba(var(--bs-body-bg-rgb), 1) 85%),
radial-gradient( wllipse at top left, rgba(var(--bs-primary-rgb), 0.5), transparent 50%),
radial-gradient(ellipse at top right, rgba(var(--bd-accent-rgb), 0.5), transparent 50%),
radial-gradient(ellipse at center right, rgba(var(--bd-violet-rgb), 0.5), transparent 50%),
radial-gradient(ellipse at center left, rgba(var(--bd-pink-rgb), 0.5), transparent 50%); */
}
nav {
background-color: #712cf9;
}
strong {
color: black;
background-color: #ffe484;
}
h1,
h2,
h3,
h4,
b,
a,
p,
ul,
ol,
li {
color: #dee2e6;
}
ul {
list-style-type: none;
}
a:link {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}