diff options
author | daniel-Jones <daniel@danieljon.es> | 2017-11-09 11:05:33 +1100 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2017-11-09 11:05:33 +1100 |
commit | bbb478f4316ec5ab069e008fc1dc62614ce44d36 (patch) | |
tree | 6d295bb9d26ce63e72eee4709cfa0524c0e5894c /template.txt | |
parent | 3ff092f1257952b910987d5c36deea3b15abf726 (diff) | |
download | website-bbb478f4316ec5ab069e008fc1dc62614ce44d36.tar.gz website-bbb478f4316ec5ab069e008fc1dc62614ce44d36.zip |
smalle css changes
Diffstat (limited to 'template.txt')
-rw-r--r-- | template.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template.txt b/template.txt index 6099095..a4023ee 100644 --- a/template.txt +++ b/template.txt @@ -10,14 +10,14 @@ <link rel="icon" type="image/png" href="https://danieljon.es/favicon.png"> <title>{TITLE}</title> <style type="text/css"> -/*body{background-color:#222; color: #eee; margin-right: 20px; margin-left: 20px;} -div{background-color: #202020 !important;} +body{/*background-color:#222; color: #eee;*/ margin-right: 20px; margin-left: 20px;} +/*div{background-color: #202020 !important;} a:link{color: #3F51B5;} -a:visited{#3F51B5;} +a:visited{#3F51B5;} */ img{max-width: 100%; max-height: 100%; overflow: hidden;} */ .middle{text-align: center;} -/*#gentag{text-align: center; font-size: 75%;} -h1,h2,h3,h4 {background-color: black !important; color: #e02020 !important;} */ +#gentag{text-align: center; font-size: 75%;} +/*h1,h2,h3,h4 {background-color: black !important; color: #e02020 !important;}*/ </style> </head> |