-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlightTheme.css
More file actions
97 lines (97 loc) · 1.89 KB
/
lightTheme.css
File metadata and controls
97 lines (97 loc) · 1.89 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
87
88
89
90
91
92
93
94
95
96
97
body.lightTheme {
background: #f9fafb;
}
.lightTheme #rslt {
background: #f9fafb;
}
.lightTheme .tBtn {
background: rgb(231,235,236);
color: #000;
}
.lightTheme .BTbtn {
background: #fff;
color: #000;
}
.lightTheme #add {
background: #fff;
color: black;
box-shadow: rgba(28, 41, 56, 0.3) 0px 4px 12px;
}
.lightTheme #add::placeholder {
color: rgba(0,0,0,0.8);
}
.lightTheme #nscn {
color: black;
}
.lightTheme #addData {
background: white;
color: black;
box-shadow: rgba(255, 255, 255, 0.3) 0px 4px 12px;
border-color: rgb(37,80,250);
}
.lightTheme #saData {
background: rgb(37,80,250);
}
.lightTheme #totalBalance {
color: #525b54;
}
.lightTheme #showingBalance {
color: black;
}
.lightTheme #val, .lightTheme #rvv, .lightTheme #svv {
color: rgba(0,0,0,0.8);
}
.lightTheme #vosc:hover, .lightTheme #senddg:hover {
background: transparent;
}
.lightTheme #usd-doge, .lightTheme #qrgenerator{
background: rgb(231,235,236);
color: black;
border:1px solid transparent;
}
.lightTheme #swpIcn {
background: white;
border-color: rgb(231,235,236);
color: black;
}
.lightTheme #inuf input {
background: white;
color: black;
border:1px solid transparent;
}
.lightTheme #clrud, .lightTheme #qclr {
border:1px solid transparent;
background: white;
}
.lightTheme #clrud:hover, .lightTheme #qclr:hover {
background: rgb(255,69,94);
color: white;
border:1px solid rgb(255,69,94);
}
.lightTheme #generate {
background:#fff;
border:1px solid transparent;
color: #ccc;
}
.lightTheme #generate:hover {
border-color: rgb(26,145,70);
}
.lightTheme #ndq {
color: black;
}
.lightTheme #qttp .ttptxt {
background: #717171;
}
.lightTheme #mmc {
background: white;
color: black;
}
.lightTheme #mmc a {
color: rgb(37,80,250);
}
.lightTheme #mmchdr {
border-color: #ccc;
}
.lightTheme #fcbc {
color: black;
}