Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hybrid tutorial #3194

Merged
merged 14 commits into from
Aug 26, 2024
20 changes: 19 additions & 1 deletion css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,24 @@ table {
background-color: $color-brand-300;
}

.filepath {
-webkit-font-smoothing: auto;
overflow: auto;
page-break-inside: avoid;
display: block;
line-height: 1.42857143;
color: #d0d0d0;
word-break: break-all;
word-wrap: break-word;
border: 1px solid #404040;
white-space: pre-wrap;
background-color: #404040;
border-radius: 4px;
padding: 14px;
margin-bottom: 10px;
margin-top: 10px;
}


/* Query results */
.search-result-list {
Expand Down Expand Up @@ -610,4 +628,4 @@ blockquote {
background-color: #e8e8e8;
padding: 5px 5px 5px 5px;
border-radius: 5px;
}
}
Loading