-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
84 lines (84 loc) · 1.35 KB
/
style.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
body,html{
font-family: roboto;
}
.navbar{
background-color: #fcfbf6;
}
#main{
background-color: #fcfbf6;
}
#tags{
background-color: #320745;
color: #D3BBDD;
}
.navbar a{
text-decoration: none;
font-family: Roboto;
font-size: xx-large;
font-weight: 300;
color:#E98074;
}
#intro{
background-color: #EAE7DC;
color:#E98074;
}
#link{
align-items:flex-end;
}
.active{
background-color: rgb(255, 241, 241);
}
#intro-text{
font-family: Roboto;
}
#intro-header{
font-family: Roboto;
}
#vnrbtn{
text-decoration: none;
color: grey;
}
#vnrbtn:hover{
text-decoration: none;
color: white;
}
#o{
text-decoration: none;
border:#D3BBDD solid 1px;
font-weight: 300;
font-size:larger;
color:#D3BBDD;
}
#mainTitle{
font-size:30px;
color:rgb(0, 0, 0);
}
#p{
background-color: rgb(240, 195, 226);
}
#r{
background-color: #fcfbf6;
color:#E98074;
font-family: Roboto;
}
#navbarDropdown{
font-size: 25px;
font-family: Roboto;
color:rgb(255, 221, 219);
}
#navbarDropdown:hover{
cursor: pointer;
}
#searchDiv,#myItems,.footer,html,body{
background-color: rgba(239, 231, 211, 0.61);
}
li{
font-size: 20px;
color:#E98074;
padding-right: 40px;
padding-left: 30px;
}
.bg-danger {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}