mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2025-04-01 20:24:01 +02:00
Sending cookies with fetch, bg color change
This commit is contained in:
parent
0ba12f4d67
commit
179aa6ebfa
4 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
:root {
|
||||
--text-color: #9999ff;
|
||||
--bright-color: #f2f2f2;
|
||||
--background-color: #212127;
|
||||
--background-color: #222426;
|
||||
--hoover-color: #202020;
|
||||
}
|
||||
|
||||
|
@ -28,7 +28,7 @@ a {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
width: 200px;
|
||||
background-color: #212127;
|
||||
background-color: #222426;
|
||||
position: fixed;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue