-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
40 lines (33 loc) · 749 Bytes
/
styles.css
File metadata and controls
40 lines (33 loc) · 749 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
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
background-color: #1e1e1e;
color: #ffff;
font-family: Arial, sans-serif;
}
a {
list-style: none;
text-decoration: none;
color: #ffff;
}
.navbar-brand {
color: #ffff;
font-size: 24px;
}
.navbar-nav .nav-link {
color: #ffff;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.font-1{
font-family: "Ribeye", serif;
font-weight: 400;
font-style: normal;
}
input:focus{
outline: none;
}