Added apple icon and added a text shadow to the text for readability
This commit is contained in:
parent
1566967391
commit
1a7376cdb2
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ body {
|
||||||
padding:0;
|
padding:0;
|
||||||
background-color:#fff;
|
background-color:#fff;
|
||||||
overflow-x: hidden;
|
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 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
@ -213,7 +214,6 @@ input[type='submit'] {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: black 0px 0px 2px;
|
|
||||||
box-shadow: 0px 0px 10px #000 inset;
|
box-shadow: 0px 0px 10px #000 inset;
|
||||||
}
|
}
|
||||||
.section:first-of-type {
|
.section:first-of-type {
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
<script type="text/javascript" src="{{ url_for('static', filename='js/highlight.pack.js') }}"></script>
|
<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='img/favicon.ico') }}">
|
||||||
<link rel="shortcut icon" href="{{ url_for('static', filename='css/styles/zenburn.css') }}">
|
<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>
|
<script>
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
(i[r].q=i[r].q||[]).push(arguments)
|
(i[r].q=i[r].q||[]).push(arguments)
|
||||||
|
|
Loading…
Reference in a new issue