Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
Add auto-support for SSL in stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunAgw committed Mar 26, 2018
1 parent 43375f4 commit 87f48f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/stylesheets/dbv.css
@@ -1,5 +1,5 @@
@import url(bootstrap.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600&subset=latin,latin-ext);

body {
font-size: 12px;
Expand Down Expand Up @@ -163,4 +163,4 @@ a.revision-handle {
.navbar .brand span {
color: black;
text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
}
}

0 comments on commit 87f48f8

Please sign in to comment.