Changed message and CSS on the recent page / e.g. the recent theme. Cyberpunk is DUCK.

This commit is contained in:
Benjamin Southall 2016-12-10 18:23:18 +09:00
parent b85104821e
commit 72a207b4c0
3 changed files with 13 additions and 7 deletions

View file

@ -44,14 +44,14 @@ body
color: #7fdd57;
border: 0px solid #060;
float: left;
width: 300px;
width: 50%;
}
.box.right {
background: #0b000f;
color: #7fdd57;
border: 0px solid #006;
float: right;
width: 436px;
width: 50%;
}
.box h2 {
@ -170,3 +170,7 @@ div.ban h2:not(:nth-child(1))
{
border-top: 0px solid #0b000f;
}
div.footer{
clear:both;
}