Sending cookies with fetch, bg color change

This commit is contained in:
MrFry 2020-04-08 18:12:20 +02:00
parent 9f576a41f6
commit cbba4cd616
10 changed files with 21 additions and 11 deletions

View file

@ -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;