aboutsummaryrefslogtreecommitdiff
path: root/css/theme/moon.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/moon.css')
-rw-r--r--css/theme/moon.css22
1 files changed, 9 insertions, 13 deletions
diff --git a/css/theme/moon.css b/css/theme/moon.css
index 3c15b00..0525420 100644
--- a/css/theme/moon.css
+++ b/css/theme/moon.css
@@ -48,7 +48,7 @@ body {
margin: 0 0 20px 0;
color: #eee8d5;
font-family: "League Gothic", Impact, sans-serif;
- line-height: 0.9em;
+ line-height: 1em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: none; }
@@ -59,16 +59,14 @@ body {
/*********************************************
* LINKS
*********************************************/
-.reveal a:not(.image) {
+.reveal a {
color: #268bd2;
text-decoration: none;
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
- -ms-transition: color .15s ease;
- -o-transition: color .15s ease;
transition: color .15s ease; }
-.reveal a:not(.image):hover {
+.reveal a:hover {
color: #78b9e6;
text-shadow: none;
border: none; }
@@ -84,12 +82,12 @@ body {
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid #93a1a1;
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
- -webkit-transition: all .2s linear;
- -moz-transition: all .2s linear;
- -ms-transition: all .2s linear;
- -o-transition: all .2s linear;
- transition: all .2s linear; }
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
+
+.reveal a img {
+ -webkit-transition: all .15s linear;
+ -moz-transition: all .15s linear;
+ transition: all .15s linear; }
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
@@ -137,8 +135,6 @@ body {
background: #268bd2;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
- -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
- -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/*********************************************