Skip to content

Commit 2864985

Browse files
committed
Enhance highlight container styling and update GitHub stars color
1 parent e757255 commit 2864985

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

feascript-website.css

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,9 @@ mjx-container {
178178
/* Highlight containers */
179179
.highlight-container {
180180
background: #f7e7b7;
181-
border-radius: 5px;
182181
padding: 15px;
182+
border-radius: 10px;
183+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
183184
}
184185

185186
.highlight-container p {
@@ -212,12 +213,6 @@ mjx-container {
212213
}
213214

214215
/* Tutorial styles */
215-
#orientation-message {
216-
display: none;
217-
color: red;
218-
font-weight: bold;
219-
}
220-
221216
.image-container {
222217
width: 100%;
223218
max-width: 800px;
@@ -536,5 +531,5 @@ mjx-container {
536531
}
537532

538533
#github-stars {
539-
color: #333;
534+
color: #555;
540535
}

0 commit comments

Comments
 (0)