mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
legacy page color changes, /q change to /ask
This commit is contained in:
parent
da88bc0aa0
commit
e349a6ee39
3 changed files with 5 additions and 5 deletions
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
|
||||
.collapsible {
|
||||
background-color: #212127;
|
||||
background-color: #232329;
|
||||
color: #999999;
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
|
@ -62,7 +62,7 @@
|
|||
padding: 0 18px;
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
background-color: #212127;
|
||||
background-color: #232329;
|
||||
}
|
||||
.subjTitle {
|
||||
text-align: center;
|
||||
|
@ -167,7 +167,7 @@
|
|||
if (i % 2 == 0) {
|
||||
e.style.backgroundColor = "#2f2f37"
|
||||
} else {
|
||||
e.style.backgroundColor = "#212127"
|
||||
e.style.backgroundColor = "#232329"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue