Archived
1
0

Merge branch 'master' of ssh://github.com/majestrate/nntpchan

This commit is contained in:
Jeff Becker
2018-10-26 07:28:33 -04:00
4 changed files with 32 additions and 2 deletions

View File

@@ -538,3 +538,16 @@ background-repeat: repeat;
border: solid #333 1px;
padding-left: 1em;
}
:target {
background-color: #493769;
}
body {
display: inline-flex;
flex-direction: column;
flex-wrap: wrap;
flex-flow: wrap;
}

View File

@@ -848,3 +848,8 @@ th > label {
.spoiler:hover a:hover {
color: #0066FF;
}
:target {
background-color: #493769;
}