forked from julialikaishikawa/kenopsia.arg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
58 lines (48 loc) · 970 Bytes
/
main.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
body {
background-color: black;
color: #00FF41;
}
.message__container {
border: solid;
padding: 10px;
justify-content: center;
border-width: 30%;
border-color: #00FF41;
}
h1 {
font-family: 'Source Code Pro', monospace;
padding: 10px;
}
input {
margin-left: 10px;
background-color: black;
border: none;
font-family: 'Source Code Pro', monospace;
color: #04AA6D;
}
button {
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
background-color: black;
color: #00FF41;
padding: 10px;
font-family: 'Xanh Mono', monospace;
border-style: dashed;
border-color: #00FF41;
}
.nova__linha {
border: solid;
border-color: #00FF41;
margin-top: 10px;
padding: 10px;
}
.novo__texto {
font-family: 'Fira Code', monospace;
}
textoValor {
color: blueviolet;
}
#new-page-button {
margin-top: 0;
}