mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +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 */
|
/* DataTables.js */
|
||||||
@import url("datatables.min.css");
|
@import url("datatables.min.css");
|
||||||
|
|
||||||
|
/* make numbers grey again*/
|
||||||
|
.li1::marker {
|
||||||
|
color: #bfbfbf;
|
||||||
|
}
|
||||||
|
|
||||||
.theme-switch-wrapper {
|
.theme-switch-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue