aboutsummaryrefslogtreecommitdiff
path: root/css/theme/simple.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim@squarespace.com>2013-04-02 12:31:58 -0400
committerHakim El Hattab <hakim@squarespace.com>2013-04-02 12:31:58 -0400
commit3040bc291700a23314e20fbed545b5f5d561a874 (patch)
tree95560bb40fffa61d286d1ad261ddd7f2f7dc5b82 /css/theme/simple.css
parent9f6eb282be77a520857684ebfd8f184798dfff0a (diff)
downloadfreenode-live-2017-presentation-3040bc291700a23314e20fbed545b5f5d561a874.tar
freenode-live-2017-presentation-3040bc291700a23314e20fbed545b5f5d561a874.tar.gz
always use https google font urls (closes #382)
Diffstat (limited to 'css/theme/simple.css')
-rw-r--r--css/theme/simple.css24
1 files changed, 12 insertions, 12 deletions
diff --git a/css/theme/simple.css b/css/theme/simple.css
index 00ab5c4..b8f31bc 100644
--- a/css/theme/simple.css
+++ b/css/theme/simple.css
@@ -1,5 +1,5 @@
-@import url(//fonts.googleapis.com/css?family=News+Cycle:400,700);
-@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
+@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
+@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/**
* A simple theme for reveal.js presentations, similar
* to the default theme. The accent color is darkblue.
@@ -52,11 +52,11 @@ body {
.reveal a:not(.image) {
color: darkblue;
text-decoration: none;
- -webkit-transition: color 0.15s ease;
- -moz-transition: color 0.15s ease;
- -ms-transition: color 0.15s ease;
- -o-transition: color 0.15s ease;
- transition: color 0.15s ease; }
+ -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 {
color: #0000f1;
@@ -75,11 +75,11 @@ body {
background: rgba(255, 255, 255, 0.12);
border: 4px solid black;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- -ms-transition: all 0.2s linear;
- -o-transition: all 0.2s linear;
- transition: all 0.2s linear; }
+ -webkit-transition: all .2s linear;
+ -moz-transition: all .2s linear;
+ -ms-transition: all .2s linear;
+ -o-transition: all .2s linear;
+ transition: all .2s linear; }
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);