-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmystyle.css
More file actions
86 lines (69 loc) · 1.11 KB
/
mystyle.css
File metadata and controls
86 lines (69 loc) · 1.11 KB
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
85
86
body {
overflow-y: hidden;
overflow-x: hidden;
}
html, body {
margin: 0;
padding: 0;
}
header {
color-scheme: dark;
}
main {
color-scheme: dark;
}
footer {
color-scheme: dark;
}
.calc_input{
font-family: "AshkinsonRegular_000";
text-align: center;
}
.calc_input::placeholder{
color: #ffffff77;
}
.calc_button{
font-family: "AshkinsonRegular_000";
text-align: center;
border: none;
}
.cursed_input{
font-family: "AshkinsonRegular_000";
text-align: center;
}
.cursed_input::placeholder{
color: #ffffff77;
}
.cursed_button{
font-family: "AshkinsonRegular_000";
text-align: center;
border: none;
}
.hexponent_input{
font-family: "AshkinsonRegular_000";
text-align: center;
}
.hexponent_input::placeholder{
color: #ffffff77;
}
.hexponent_button{
font-family: "AshkinsonRegular_000";
text-align: center;
border: none;
}
.efficient_input{
font-family: "AshkinsonBold_prod";
text-align: center;
}
.efficient_input::placeholder{
color: #ffffff77;
}
.efficient_button{
font-family: "AshkinsonBold_prod";
text-align: center;
border: none;
}
.index_button{
text-align: center;
border: none;
}