forked from briano1905/typings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsakura.css
64 lines (51 loc) · 803 Bytes
/
sakura.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
/*
Inspired by Ducky x Varmilo Sakura by fr3fou
https://mechanicalkeyboards.com/shop/index.php?l=product_detail&p=2920
pink: #ff98ac;
darker-pink: #de1d57;
red: #fa2f56;
light-gray: #efefef;
brown: #917075;
*/
body {
background: linear-gradient(-20deg, rgba(255,186,200,1) 0%, rgba(255,152,172,1) 100%);
}
#header {
color: #fff;
}
#left-wing {
color: #fff;
}
#right-wing {
color: #fff;
}
#typing-area, #theme-area {
background: #fff;
}
#text-display {
color: #ff98ac;
}
#input-field {
background: #efefef;
color: #917075;
}
#input-field.wrong {
background: rgba(214, 0, 43, 0.3);
color: #fff;
}
#redo-button {
background: #ff98ac;
color: #fff;
}
#footer {
color: #fff;
}
.highlight {
color: #917075;
}
.correct {
color: #db7998;
}
.wrong {
color: #de1d57;
}