Added apple icon and added a text shadow to the text for readability

This commit is contained in:
William Brawner 2016-03-26 10:22:14 -07:00
parent 1566967391
commit 1a7376cdb2
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ body {
padding:0;
background-color:#fff;
overflow-x: hidden;
text-shadow: 0.5px 0 0 #000, -0.5px 0 0 #000, 0 0.5px 0 #000, 0 -0.5px 0 #000, 0.5px 0.5px #000, -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000;
}
h1, h2, h3, h4, h5, h6 {
@ -213,7 +214,6 @@ input[type='submit'] {
background-size: cover;
overflow: hidden;
color: #fff;
text-shadow: black 0px 0px 2px;
box-shadow: 0px 0px 10px #000 inset;
}
.section:first-of-type {

View file

@ -12,6 +12,7 @@
<script type="text/javascript" src="{{ url_for('static', filename='js/highlight.pack.js') }}"></script>
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon.ico') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='css/styles/zenburn.css') }}">
<link rel="apple-touch-icon" href="{{ url_for('static', filename='img/favicon.png') }}">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)