Update light_mode_chatter_owl.css
Browse files- light_mode_chatter_owl.css +14 -0
light_mode_chatter_owl.css
CHANGED
|
@@ -64,6 +64,20 @@ h1, h2 {
|
|
| 64 |
background-color: black;
|
| 65 |
}
|
| 66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
@keyframes float {
|
| 68 |
0% { transform: translateY(0px); }
|
| 69 |
50% { transform: translateY(-8px); }
|
|
|
|
| 64 |
background-color: black;
|
| 65 |
}
|
| 66 |
|
| 67 |
+
#sidebar {
|
| 68 |
+
background-color: #f7f7f7;
|
| 69 |
+
padding: 10px;
|
| 70 |
+
height: 100vh;
|
| 71 |
+
}
|
| 72 |
+
|
| 73 |
+
.gr-box {
|
| 74 |
+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
|
| 75 |
+
border-radius: 8px;
|
| 76 |
+
padding: 16px;
|
| 77 |
+
margin-bottom: 16px;
|
| 78 |
+
background-color: white;
|
| 79 |
+
}
|
| 80 |
+
|
| 81 |
@keyframes float {
|
| 82 |
0% { transform: translateY(0px); }
|
| 83 |
50% { transform: translateY(-8px); }
|