mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
added gitlab link, made footer more contrasting
This commit is contained in:
parent
c4f41f9607
commit
4909b189bc
2 changed files with 4 additions and 2 deletions
|
@ -50,7 +50,8 @@ p {
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
background: #d4d4d4;
|
background: #d4d4d4;
|
||||||
color: #9d9d9d;
|
color: #4b4b4b;
|
||||||
|
text-align: center;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
padding: 12pt 6pt;
|
padding: 12pt 6pt;
|
||||||
|
|
|
@ -17,7 +17,8 @@
|
||||||
<?theme body?>
|
<?theme body?>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
Website created and updated by /dev/urandom.
|
Website created and updated by /dev/urandom. Source code available on the
|
||||||
|
<a href="https://gitlab.com/dev_urandom/simple-site">GitLab page</a>.
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue