forked from olton/metroui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme-dark.less
More file actions
54 lines (47 loc) · 927 Bytes
/
Copy paththeme-dark.less
File metadata and controls
54 lines (47 loc) · 927 Bytes
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
/*
* Metro UI CSS
* Copyright 2012 Sergey Pimenov
* Licensed under the MIT Lilcense
*
* Threme-dark.less
*
*/
body {
background: #1d1d1d;
}
.text-rest-state {color: rgba(255, 255, 255, 1.0);}
.text-rest2-state {color: rgba(255, 255, 255, 0.6);}
.text-hover-state {color: rgba(255, 255, 255, 0.8);}
.text-pressed-state {color: rgba(255, 255, 255, 0.4);}
.link-text {
color: rgba(148,102,255, 1.0);
&:hover {
color: rgba(148,102,255, 0.8);
}
&:active {
color: rgba(148,102,255, 0.6);
}
}
h1, h2, h3, h4, h5, h6 {
.text-rest-state;
&:hover {
.text-hover-state;
}
&:active {
.text-pressed-state;
}
}
a, .link {
.link-text();
}
.page {
.page-header {
.page-header-content {
.user-login {
.name {
color: #fff;
}
}
}
}
}