diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/style-dark.css | 2 | ||||
-rw-r--r-- | css/style-light.css | 2 | ||||
-rw-r--r-- | css/style.css | 8 |
3 files changed, 8 insertions, 4 deletions
diff --git a/css/style-dark.css b/css/style-dark.css index 813c291d..0fcced24 100644 --- a/css/style-dark.css +++ b/css/style-dark.css | |||
@@ -13,7 +13,7 @@ a, a:hover, a:visited { | |||
13 | color: #fff; | 13 | color: #fff; |
14 | } | 14 | } |
15 | 15 | ||
16 | #links a:hover, .backhome a:hover{ | 16 | #links a:hover, .backhome a:hover, .support a:hover{ |
17 | background-color: #fff; | 17 | background-color: #fff; |
18 | color: #000; | 18 | color: #000; |
19 | } | 19 | } |
diff --git a/css/style-light.css b/css/style-light.css index cd2384c3..c1d98326 100644 --- a/css/style-light.css +++ b/css/style-light.css | |||
@@ -23,7 +23,7 @@ a, a:hover, a:visited { | |||
23 | color: #fff; | 23 | color: #fff; |
24 | } | 24 | } |
25 | 25 | ||
26 | #links a:hover, .backhome a:hover{ | 26 | #links a:hover, .backhome a:hover, .support a:hover{ |
27 | background-color: #040707; | 27 | background-color: #040707; |
28 | color: #F1F1F1; | 28 | color: #F1F1F1; |
29 | } | 29 | } |
diff --git a/css/style.css b/css/style.css index 9fadfa96..dda8b0fa 100644 --- a/css/style.css +++ b/css/style.css | |||
@@ -46,15 +46,19 @@ header { | |||
46 | margin: 0 auto; | 46 | margin: 0 auto; |
47 | } | 47 | } |
48 | 48 | ||
49 | #links a, .backhome a{ | 49 | #links a, .backhome a, .support a{ |
50 | text-decoration: none; | 50 | text-decoration: none; |
51 | padding: 5px 10px; | 51 | padding: 5px 10px; |
52 | } | 52 | } |
53 | #links a:hover, .backhome a:hover{ | 53 | #links a:hover, .backhome a:hover, .support a:hover{ |
54 | -webkit-border-radius: 2px; | 54 | -webkit-border-radius: 2px; |
55 | border-radius: 2px; | 55 | border-radius: 2px; |
56 | } | 56 | } |
57 | 57 | ||
58 | .support { | ||
59 | font-size: 14px; | ||
60 | } | ||
61 | |||
58 | footer { | 62 | footer { |
59 | text-align: right; | 63 | text-align: right; |
60 | } | 64 | } |