minor changes to footer

This commit is contained in:
Lynne Megido 2018-11-06 21:08:36 +10:00
parent 45e3d7b2f8
commit 02879630c6
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499
2 changed files with 3 additions and 2 deletions

View File

@ -21,9 +21,11 @@ h2 {
position:absolute;
bottom:2.5%;
width:95%;
color:#aaa;
font-size:0.8em;
}
#footer, #footer a {
color: #aaa;
}
#logo-main {
height:300px;
width:300px;

View File

@ -1,5 +1,4 @@
<div id='footer'>
Note that Curious Greg uses a cookie to store your login state. Deleting the cookie used by Curious Greg will log you out of your account. Posting will still function as normal.<br />
Curious Greg will not function without JavaScript. Please ensure you have JavaScript enabled.<br />
Created by <a href='https://fedi.lynnesbian.space/@lynnesbian'>@lynnesbian@fedi.lynnesbian.space</a> (message her about any bugs you find). Source code is available <a href='https://git.lynnesbian.space/curious-greg'>here</a>, under the <a href='https://www.mozilla.org/en-US/MPL/2.0/'>Mozilla Public License Version 2.0</a>.
</div>