Make ioi16 related files cleaner

This commit is contained in:
cuom1999 2023-01-02 17:22:45 -06:00
parent e10a8aca5c
commit 07d5ad2216
14 changed files with 145 additions and 92 deletions

View file

@ -842,7 +842,7 @@ select {
}
.background-d6e8f7 {
background-color: d6e8f7;
background-color: #d6e8f7;
}
.background-bisque {

View file

@ -1786,6 +1786,9 @@ noscript #noscript {
.blue {
color: rgb(51, 125, 255);
}
.background-d6e8f7 {
background-color: rgb(38, 41, 43);
}
.background-bisque {
background-color: rgb(86, 47, 0);
}