mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 06:30:07 +01:00
Made list numbers grey
Is it grey or gray? Or if you're based, graiye
This commit is contained in:
parent
0e304aaeb7
commit
7631a1ca1e
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
|||
/* DataTables.js */
|
||||
@import url("datatables.min.css");
|
||||
|
||||
/* make numbers grey again*/
|
||||
.li1::marker {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
|
||||
.theme-switch-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue