Skip to content
Snippets Groups Projects
Commit 34c5a9a5 authored by winniehell's avatar winniehell
Browse files

update stylesheets

parent f14faf68
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -210,9 +210,9 @@ body {
.reveal a {
color: #8b743d;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease; }
 
.reveal a:hover {
color: #c0a86e;
Loading
Loading
@@ -237,9 +237,9 @@ body {
box-shadow: none; }
 
.reveal a img {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear; }
-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);
Loading
Loading
Loading
Loading
@@ -206,9 +206,9 @@ body {
.reveal a {
color: #42affa;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease; }
 
.reveal a:hover {
color: #8dcffc;
Loading
Loading
@@ -233,9 +233,9 @@ body {
box-shadow: none; }
 
.reveal a img {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear; }
-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);
Loading
Loading
Loading
Loading
@@ -209,9 +209,9 @@ body {
.reveal a {
color: #a23;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease; }
 
.reveal a:hover {
color: #dd5566;
Loading
Loading
@@ -236,9 +236,9 @@ body {
box-shadow: none; }
 
.reveal a img {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear; }
-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);
Loading
Loading
Loading
Loading
@@ -212,9 +212,9 @@ body {
.reveal a {
color: #13DAEC;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease; }
 
.reveal a:hover {
color: #71e9f4;
Loading
Loading
@@ -239,9 +239,9 @@ body {
box-shadow: none; }
 
.reveal a img {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear; }
-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);
Loading
Loading
Loading
Loading
@@ -210,9 +210,9 @@ body {
.reveal a {
color: #268bd2;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease; }
 
.reveal a:hover {
color: #78b9e6;
Loading
Loading
@@ -237,9 +237,9 @@ body {
box-shadow: none; }
 
.reveal a img {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear; }
-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);
Loading
Loading
Loading
Loading
@@ -204,9 +204,9 @@ body {
.reveal a {
color: #e7ad52;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease; }
 
.reveal a:hover {
color: #f3d7ac;
Loading
Loading
@@ -231,9 +231,9 @@ body {
box-shadow: none; }
 
.reveal a img {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear; }
-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);
Loading
Loading
Loading
Loading
@@ -206,9 +206,9 @@ body {
.reveal a {
color: #51483D;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease; }
 
.reveal a:hover {
color: #8b7c69;
Loading
Loading
@@ -233,9 +233,9 @@ body {
box-shadow: none; }
 
.reveal a img {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear; }
-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);
Loading
Loading
Loading
Loading
@@ -206,9 +206,9 @@ body {
.reveal a {
color: #00008B;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease; }
 
.reveal a:hover {
color: #0000f1;
Loading
Loading
@@ -233,9 +233,9 @@ body {
box-shadow: none; }
 
.reveal a img {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear; }
-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);
Loading
Loading
Loading
Loading
@@ -213,9 +213,9 @@ body {
.reveal a {
color: #3b759e;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease; }
 
.reveal a:hover {
color: #74a7cb;
Loading
Loading
@@ -240,9 +240,9 @@ body {
box-shadow: none; }
 
.reveal a img {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear; }
-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);
Loading
Loading
Loading
Loading
@@ -210,9 +210,9 @@ body {
.reveal a {
color: #268bd2;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease; }
 
.reveal a:hover {
color: #78b9e6;
Loading
Loading
@@ -237,9 +237,9 @@ body {
box-shadow: none; }
 
.reveal a img {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear; }
-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);
Loading
Loading
Loading
Loading
@@ -206,9 +206,9 @@ body {
.reveal a {
color: #2a76dd;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
transition: color .15s ease; }
 
.reveal a:hover {
color: #6ca0e8;
Loading
Loading
@@ -233,9 +233,9 @@ body {
box-shadow: none; }
 
.reveal a img {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear; }
-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);
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment