-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcert.css
57 lines (49 loc) · 755 Bytes
/
cert.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
@font-face {
font-family: jetbrains-mono;
src: url("https://fonts.gstatic.com/s/jetbrainsmono/v20/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxTN1OVgaY.woff2");
}
/* style definitons */
body
{
font-weight: bolder;
color: #E0DEF4;
display: flex;
flex-direction: column;
margin-left: 1%;
margin-top: 1%;
font-size: 1rem;
width: 95vh;
min-height: 95vh;
font-family: jetbrains-mono;
background-color: #393552;
}
p, ul, .command, .cursor
{
color: #E0DEF4;
}
.user
{
color:#3E8FB0;
}
h3
{
color: #EB6F92;
}
.directory
{
color: #F6C177;
}
a
{
color: #C4A7E7;
text-decoration: none;
}
footer
{
margin-top: auto;
}
@media (min-width:600px) {
body {
font-size: 1.25rem;
}
}