Skip to content

Commit 17df66f

Browse files
Update style.css
1 parent 6e67f25 commit 17df66f

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

css/style.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
--base-clr: #11121a;
44
--line-clr: #42434a;
55
--hover-clr: #222533;
6-
--text-clr: #e6e6ef;
6+
--text-clr: #ececee;
77
--accent-clr: #00b7ff;
8-
--secondary-text-clr: #b0b3c1;
8+
--secondary-text-clr: #e0e0e0;
99
}
1010
*{
1111
margin: 0;
@@ -23,7 +23,13 @@ body{
2323
display: grid;
2424
grid-template-columns: auto 1fr;
2525
}
26-
26+
.mygif{
27+
width:100%;
28+
max-width:600px;
29+
}
30+
td {
31+
padding: 12px;
32+
}
2733
#sidebar{
2834
box-sizing: border-box;
2935
height: 100vh;

0 commit comments

Comments
 (0)