]> git.proxmox.com Git - sencha-touch.git/blame - src/resources/themes/stylesheets/sencha-touch/tizen/variations/dark/src/_Class.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / tizen / variations / dark / src / _Class.scss
CommitLineData
c4685c84
TL
1body {
2 background-color: $dark-background-color;
3 color: $dark-primary-text-color;
4}
5
6.x-html,
7.x-html h1,
8.x-html h2,
9.x-html h3,
10.x-html h4,
11.x-html h5,
12.x-html h6 {
13 color: $dark-primary-text-color;
14}
15
16.x-layout-card-item {
17 background: $dark-background-color;
18}
19
20.x-html {
21 a {
22 color: $dark-anchor-color;
23 }
24 a:visited {
25 color: $dark-anchor-visited-color;
26 }
27
28 a:focus {
29 color: $dark-anchor-focus-color;
30 }
31
32 a:hover {
33 color: $dark-anchor-hover-color;
34 }
35
36 a:active {
37 color: $dark-anchor-active-color;
38 }
39}