-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (59 loc) · 879 Bytes
/
Copy pathstyle.css
File metadata and controls
59 lines (59 loc) · 879 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
html {
scroll-behavior:smooth;
font-family: "Roberto", sans-serif;
}
p {
font-size:20px;
}
li {
font-size:20px;
}
body {
background-color:#2b2e4a!important;
color:#ee7777!important;
}
/*
darkpurple,#2b2e4a,
orangered,#ee7777
bloodred, #903749
brownred,#53354a
yellow, #fff44f
*/
.nav-link {
margin:0px 20px;
text-align:center;
color: #2b2e4a!important;
font-size:20px;
}
.nav-link:hover {
color:#fff44f!important;
}
.tmbtn {
background-color:#903749;
margin:0 20px 10px;
padding:5px 30px;
font-size:20px;
color:#fff44f;
border-radius:10px;
border-style:none;
}
.tmbtn:hover {
background-color:#ee7777;
color:#2b2e4a;
}
.hidden {
visibility: hidden;
}
.visible {
visibility:visible
}
#resources a {
display:block;
text-decoration: none;
font-size:20px;
color:#ee7777;
margin-top:20px;
}
#resources a:hover {
color:#fff44f;
}